Html Css Color HEX #BB4212 Rust

📋 copy color: '#BB4212'

red 187 ◦ green 66 ◦ blue 18

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

Shades of Rust #BB4212

Tints of Rust #BB4212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.64%

R = 69%
G = 24.35%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB4212 (or 0xBB4212) is known color: Rust. HEX triplet: BB, 42 and 12. RGB value is (187,66,18). Sum of RGB (Red+Green+Blue) = 187+66+18=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4212 is #44BDED. Grayscale: #616161. Windows color (decimal): -4505070 or 1196731. OLE color: 1196731.

HSL color Cylindrical-coordinate representation of color #BB4212: hue angle of 17.04º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB4212 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 66 18 -
CMYK 0 0.65 0.90 0.27
HSL 17.04º 0.82% 0.4% -
HSV(B) 17.04º 0.9% 0.73% -
XYZ 22.55 14.5 2.18 -
YUV 96.71 83.59 192.4 -
System Red Green Blue C M Y K H S L
Decimal 187 66 18 0 0.65 0.90 0.27 17.04 0.82 0.4
Hex BB 42 12 0 41 5A 1B 11 52 28
Octal 273 102 22 0 101 132 33 21 122 50
Binary 10111011 1000010 10010 0 1000001 1011010 11011 10001 1010010 101000

Color Harmonies of #BB4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4212

Black with #BB4212

Text Example


Text Example

White with #BB4212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4212; }

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

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

background-color css

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

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

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

border-color css

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

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

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