Html Css Color HEX #BB4218 Rust

📋 copy color: '#BB4218'

red 187 ◦ green 66 ◦ blue 24

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

Shades of Rust #BB4218

Tints of Rust #BB4218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.83%

 BLUE value IS 24 (9.77% from 255) = 8.66%

R = 67.51%
G = 23.83%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB4218 (or 0xBB4218) is known color: Rust. HEX triplet: BB, 42 and 18. RGB value is (187,66,24). Sum of RGB (Red+Green+Blue) = 187+66+24=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4218 is #44BDE7. Grayscale: #616161. Windows color (decimal): -4505064 or 1589947. OLE color: 1589947.

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

Color convert

RGB 187 66 24 -
CMYK 0 0.65 0.87 0.27
HSL 15.46º 0.77% 0.41% -
HSV(B) 15.46º 0.87% 0.73% -
XYZ 22.61 14.53 2.48 -
YUV 97.39 86.59 191.92 -
System Red Green Blue C M Y K H S L
Decimal 187 66 24 0 0.65 0.87 0.27 15.46 0.77 0.41
Hex BB 42 18 0 41 57 1B F 4D 29
Octal 273 102 30 0 101 127 33 17 115 51
Binary 10111011 1000010 11000 0 1000001 1010111 11011 1111 1001101 101001

Color Harmonies of #BB4218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4218

Black with #BB4218

Text Example


Text Example

White with #BB4218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4218; }

 p { color: rgb(187,66,24); }

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

background-color css

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

 a { background-color: rgb(187,66,24); }

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

border-color css

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

 span { border-color: rgb(187,66,24); }

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