Html Css Color HEX #BB4402 Rust

📋 copy color: '#BB4402'

red 187 ◦ green 68 ◦ blue 2

#BB4402
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #BB4402

Tints of Rust #BB4402

RGB

 RED value IS 187 (73.44% from 255) = 72.76%

 GREEN value IS 68 (26.95% from 255) = 26.46%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 72.76%
G = 26.46%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB4402 (or 0xBB4402) is known color: Rust. HEX triplet: BB, 44 and 02. RGB value is (187,68,2). Sum of RGB (Red+Green+Blue) = 187+68+2=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4402 is #44BBFD. Grayscale: #606060. Windows color (decimal): -4504574 or 148667. OLE color: 148667.

HSL color Cylindrical-coordinate representation of color #BB4402: hue angle of 21.41º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB4402 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 68 2 -
CMYK 0 0.64 0.99 0.27
HSL 21.41º 0.98% 0.37% -
HSV(B) 21.41º 0.99% 0.73% -
XYZ 22.57 14.7 1.71 -
YUV 96.06 74.92 192.87 -
System Red Green Blue C M Y K H S L
Decimal 187 68 2 0 0.64 0.99 0.27 21.41 0.98 0.37
Hex BB 44 2 0 40 63 1B 15 62 25
Octal 273 104 2 0 100 143 33 25 142 45
Binary 10111011 1000100 10 0 1000000 1100011 11011 10101 1100010 100101

Color Harmonies of #BB4402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4402

Black with #BB4402

Text Example


Text Example

White with #BB4402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4402; }

 p { color: rgb(187,68,2); }

 H1.HeaderClassName
 {
   color: #BB4402;
 }
 .AnyTagClassName
 {
   color: #BB4402;
 }
</style>

background-color css

<style>
 a { background-color: #BB4402; }

 a { background-color: rgb(187,68,2); }

 div.DivClassName
 {
   background-color: #BB4402;
 }
 .BgClassName
 {
   background-color: #BB4402;
 }
</style>

border-color css

<style>
 span { border-color: #BB4402; }

 span { border-color: rgb(187,68,2); }

 td.TdClassName
 {
   border-color: #BB4402;
 }
 .TagClassName
 {
   border-color: #BB4402;
 }
</style>