Html Css Color HEX #BB3F17 Rust

📋 copy color: '#BB3F17'

red 187 ◦ green 63 ◦ blue 23

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

Shades of Rust #BB3F17

Tints of Rust #BB3F17

RGB

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

 GREEN value IS 63 (25% from 255) = 23.08%

 BLUE value IS 23 (9.38% from 255) = 8.42%

R = 68.5%
G = 23.08%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB3F17 (or 0xBB3F17) is known color: Rust. HEX triplet: BB, 3F and 17. RGB value is (187,63,23). Sum of RGB (Red+Green+Blue) = 187+63+23=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3F17 is #44C0E8. Grayscale: #5F5F5F. Windows color (decimal): -4505833 or 1523643. OLE color: 1523643.

HSL color Cylindrical-coordinate representation of color #BB3F17: hue angle of 14.63º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB3F17 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 63 23 -
CMYK 0 0.66 0.88 0.27
HSL 14.63º 0.78% 0.41% -
HSV(B) 14.63º 0.88% 0.73% -
XYZ 22.43 14.18 2.37 -
YUV 95.52 87.08 193.25 -
System Red Green Blue C M Y K H S L
Decimal 187 63 23 0 0.66 0.88 0.27 14.63 0.78 0.41
Hex BB 3F 17 0 42 58 1B F 4E 29
Octal 273 77 27 0 102 130 33 17 116 51
Binary 10111011 111111 10111 0 1000010 1011000 11011 1111 1001110 101001

Color Harmonies of #BB3F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3F17

Black with #BB3F17

Text Example


Text Example

White with #BB3F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3F17; }

 p { color: rgb(187,63,23); }

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

background-color css

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

 a { background-color: rgb(187,63,23); }

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

border-color css

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

 span { border-color: rgb(187,63,23); }

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