Html Css Color HEX #BB3808 Rust

📋 copy color: '#BB3808'

red 187 ◦ green 56 ◦ blue 8

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

Shades of Rust #BB3808

Tints of Rust #BB3808

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.31%

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

R = 74.5%
G = 22.31%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB3808 (or 0xBB3808) is known color: Rust. HEX triplet: BB, 38 and 08. RGB value is (187,56,8). Sum of RGB (Red+Green+Blue) = 187+56+8=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3808 is #44C7F7. Grayscale: #5A5A5A. Windows color (decimal): -4507640 or 538811. OLE color: 538811.

HSL color Cylindrical-coordinate representation of color #BB3808: hue angle of 16.09º 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 #BB3808 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 56 8 -
CMYK 0 0.70 0.96 0.27
HSL 16.09º 0.92% 0.38% -
HSV(B) 16.09º 0.96% 0.73% -
XYZ 21.95 13.41 1.66 -
YUV 89.7 81.9 197.4 -
System Red Green Blue C M Y K H S L
Decimal 187 56 8 0 0.70 0.96 0.27 16.09 0.92 0.38
Hex BB 38 8 0 46 60 1B 10 5C 26
Octal 273 70 10 0 106 140 33 20 134 46
Binary 10111011 111000 1000 0 1000110 1100000 11011 10000 1011100 100110

Color Harmonies of #BB3808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3808

Black with #BB3808

Text Example


Text Example

White with #BB3808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3808; }

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

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

background-color css

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

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

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

border-color css

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

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

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