Html Css Color HEX #BB4117 Rust

📋 copy color: '#BB4117'

red 187 ◦ green 65 ◦ blue 23

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

Shades of Rust #BB4117

Tints of Rust #BB4117

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.64%

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

R = 68%
G = 23.64%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB4117 (or 0xBB4117) is known color: Rust. HEX triplet: BB, 41 and 17. RGB value is (187,65,23). Sum of RGB (Red+Green+Blue) = 187+65+23=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4117 is #44BEE8. Grayscale: #606060. Windows color (decimal): -4505321 or 1524155. OLE color: 1524155.

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

Color convert

RGB 187 65 23 -
CMYK 0 0.65 0.88 0.27
HSL 15.37º 0.78% 0.41% -
HSV(B) 15.37º 0.88% 0.73% -
XYZ 22.54 14.41 2.4 -
YUV 96.69 86.42 192.42 -
System Red Green Blue C M Y K H S L
Decimal 187 65 23 0 0.65 0.88 0.27 15.37 0.78 0.41
Hex BB 41 17 0 41 58 1B F 4E 29
Octal 273 101 27 0 101 130 33 17 116 51
Binary 10111011 1000001 10111 0 1000001 1011000 11011 1111 1001110 101001

Color Harmonies of #BB4117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4117

Black with #BB4117

Text Example


Text Example

White with #BB4117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4117; }

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

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

background-color css

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

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

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

border-color css

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

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

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