Html Css Color HEX #BB4C17 Rust

📋 copy color: '#BB4C17'

red 187 ◦ green 76 ◦ blue 23

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

Shades of Rust #BB4C17

Tints of Rust #BB4C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.57%

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

R = 65.38%
G = 26.57%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB4C17 (or 0xBB4C17) is known color: Rust. HEX triplet: BB, 4C and 17. RGB value is (187,76,23). Sum of RGB (Red+Green+Blue) = 187+76+23=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4C17 is #44B3E8. Grayscale: #676767. Windows color (decimal): -4502505 or 1526971. OLE color: 1526971.

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

Color convert

RGB 187 76 23 -
CMYK 0 0.59 0.88 0.27
HSL 19.39º 0.78% 0.41% -
HSV(B) 19.39º 0.88% 0.73% -
XYZ 23.23 15.8 2.63 -
YUV 103.15 82.77 187.81 -
System Red Green Blue C M Y K H S L
Decimal 187 76 23 0 0.59 0.88 0.27 19.39 0.78 0.41
Hex BB 4C 17 0 3B 58 1B 13 4E 29
Octal 273 114 27 0 73 130 33 23 116 51
Binary 10111011 1001100 10111 0 111011 1011000 11011 10011 1001110 101001

Color Harmonies of #BB4C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4C17

Black with #BB4C17

Text Example


Text Example

White with #BB4C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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