Html Css Color HEX #BB3206 Rust

📋 copy color: '#BB3206'

red 187 ◦ green 50 ◦ blue 6

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

Shades of Rust #BB3206

Tints of Rust #BB3206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 76.95%
G = 20.58%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB3206 (or 0xBB3206) is known color: Rust. HEX triplet: BB, 32 and 06. RGB value is (187,50,6). Sum of RGB (Red+Green+Blue) = 187+50+6=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3206 is #44CDF9. Grayscale: #565656. Windows color (decimal): -4509178 or 406203. OLE color: 406203.

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

Color convert

RGB 187 50 6 -
CMYK 0 0.73 0.97 0.27
HSL 14.59º 0.94% 0.38% -
HSV(B) 14.59º 0.97% 0.73% -
XYZ 21.67 12.86 1.51 -
YUV 85.95 82.89 200.08 -
System Red Green Blue C M Y K H S L
Decimal 187 50 6 0 0.73 0.97 0.27 14.59 0.94 0.38
Hex BB 32 6 0 49 61 1B F 5E 26
Octal 273 62 6 0 111 141 33 17 136 46
Binary 10111011 110010 110 0 1001001 1100001 11011 1111 1011110 100110

Color Harmonies of #BB3206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3206

Black with #BB3206

Text Example


Text Example

White with #BB3206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3206; }

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

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

background-color css

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

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

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

border-color css

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

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

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