Html Css Color HEX #BB4417 Rust

📋 copy color: '#BB4417'

red 187 ◦ green 68 ◦ blue 23

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

Shades of Rust #BB4417

Tints of Rust #BB4417

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.46%

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

R = 67.27%
G = 24.46%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB4417 (or 0xBB4417) is known color: Rust. HEX triplet: BB, 44 and 17. RGB value is (187,68,23). Sum of RGB (Red+Green+Blue) = 187+68+23=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4417 is #44BBE8. Grayscale: #626262. Windows color (decimal): -4504553 or 1524923. OLE color: 1524923.

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

Color convert

RGB 187 68 23 -
CMYK 0 0.64 0.88 0.27
HSL 16.46º 0.78% 0.41% -
HSV(B) 16.46º 0.88% 0.73% -
XYZ 22.72 14.76 2.46 -
YUV 98.45 85.42 191.16 -
System Red Green Blue C M Y K H S L
Decimal 187 68 23 0 0.64 0.88 0.27 16.46 0.78 0.41
Hex BB 44 17 0 40 58 1B 10 4E 29
Octal 273 104 27 0 100 130 33 20 116 51
Binary 10111011 1000100 10111 0 1000000 1011000 11011 10000 1001110 101001

Color Harmonies of #BB4417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4417

Black with #BB4417

Text Example


Text Example

White with #BB4417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4417; }

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

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

background-color css

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

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

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

border-color css

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

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

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