Html Css Color HEX #BB4408 Rust

📋 copy color: '#BB4408'

red 187 ◦ green 68 ◦ blue 8

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

Shades of Rust #BB4408

Tints of Rust #BB4408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.04%

R = 71.1%
G = 25.86%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB4408 (or 0xBB4408) is known color: Rust. HEX triplet: BB, 44 and 08. RGB value is (187,68,8). Sum of RGB (Red+Green+Blue) = 187+68+8=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4408 is #44BBF7. Grayscale: #616161. Windows color (decimal): -4504568 or 541883. OLE color: 541883.

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

Color convert

RGB 187 68 8 -
CMYK 0 0.64 0.96 0.27
HSL 20.11º 0.92% 0.38% -
HSV(B) 20.11º 0.96% 0.73% -
XYZ 22.6 14.72 1.88 -
YUV 96.74 77.92 192.38 -
System Red Green Blue C M Y K H S L
Decimal 187 68 8 0 0.64 0.96 0.27 20.11 0.92 0.38
Hex BB 44 8 0 40 60 1B 14 5C 26
Octal 273 104 10 0 100 140 33 24 134 46
Binary 10111011 1000100 1000 0 1000000 1100000 11011 10100 1011100 100110

Color Harmonies of #BB4408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4408

Black with #BB4408

Text Example


Text Example

White with #BB4408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4408; }

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

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

background-color css

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

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

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

border-color css

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

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

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