Html Css Color HEX #BB3308 Rust

📋 copy color: '#BB3308'

red 187 ◦ green 51 ◦ blue 8

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

Shades of Rust #BB3308

Tints of Rust #BB3308

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.73%

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

R = 76.02%
G = 20.73%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB3308 (or 0xBB3308) is known color: Rust. HEX triplet: BB, 33 and 08. RGB value is (187,51,8). Sum of RGB (Red+Green+Blue) = 187+51+8=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3308 is #44CCF7. Grayscale: #575757. Windows color (decimal): -4508920 or 537531. OLE color: 537531.

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

Color convert

RGB 187 51 8 -
CMYK 0 0.73 0.96 0.27
HSL 14.41º 0.92% 0.38% -
HSV(B) 14.41º 0.96% 0.73% -
XYZ 21.72 12.95 1.58 -
YUV 86.76 83.56 199.5 -
System Red Green Blue C M Y K H S L
Decimal 187 51 8 0 0.73 0.96 0.27 14.41 0.92 0.38
Hex BB 33 8 0 49 60 1B E 5C 26
Octal 273 63 10 0 111 140 33 16 134 46
Binary 10111011 110011 1000 0 1001001 1100000 11011 1110 1011100 100110

Color Harmonies of #BB3308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3308

Black with #BB3308

Text Example


Text Example

White with #BB3308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3308; }

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

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

background-color css

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

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

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

border-color css

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

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

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