Html Css Color HEX #BB3406 Rust

📋 copy color: '#BB3406'

red 187 ◦ green 52 ◦ blue 6

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

Shades of Rust #BB3406

Tints of Rust #BB3406

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

 BLUE value IS 6 (2.73% from 255) = 2.45%

R = 76.33%
G = 21.22%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB3406 (or 0xBB3406) is known color: Rust. HEX triplet: BB, 34 and 06. RGB value is (187,52,6). Sum of RGB (Red+Green+Blue) = 187+52+6=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3406 is #44CBF9. Grayscale: #575757. Windows color (decimal): -4508666 or 406715. OLE color: 406715.

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

Color convert

RGB 187 52 6 -
CMYK 0 0.72 0.97 0.27
HSL 15.25º 0.94% 0.38% -
HSV(B) 15.25º 0.97% 0.73% -
XYZ 21.75 13.03 1.54 -
YUV 87.12 82.23 199.24 -
System Red Green Blue C M Y K H S L
Decimal 187 52 6 0 0.72 0.97 0.27 15.25 0.94 0.38
Hex BB 34 6 0 48 61 1B F 5E 26
Octal 273 64 6 0 110 141 33 17 136 46
Binary 10111011 110100 110 0 1001000 1100001 11011 1111 1011110 100110

Color Harmonies of #BB3406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3406

Black with #BB3406

Text Example


Text Example

White with #BB3406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3406; }

 p { color: rgb(187,52,6); }

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

background-color css

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

 a { background-color: rgb(187,52,6); }

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

border-color css

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

 span { border-color: rgb(187,52,6); }

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