Html Css Color HEX #B94212 Rust

📋 copy color: '#B94212'

red 185 ◦ green 66 ◦ blue 18

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

Shades of Rust #B94212

Tints of Rust #B94212

RGB

 RED value IS 185 (72.66% from 255) = 68.77%

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

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

R = 68.77%
G = 24.54%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B94212 (or 0xB94212) is known color: Rust. HEX triplet: B9, 42 and 12. RGB value is (185,66,18). Sum of RGB (Red+Green+Blue) = 185+66+18=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B94212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94212 is #46BDED. Grayscale: #606060. Windows color (decimal): -4636142 or 1196729. OLE color: 1196729.

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

Color convert

RGB 185 66 18 -
CMYK 0 0.64 0.90 0.27
HSL 17.25º 0.82% 0.4% -
HSV(B) 17.25º 0.9% 0.73% -
XYZ 22.06 14.25 2.16 -
YUV 96.11 83.92 191.4 -
System Red Green Blue C M Y K H S L
Decimal 185 66 18 0 0.64 0.90 0.27 17.25 0.82 0.4
Hex B9 42 12 0 40 5A 1B 11 52 28
Octal 271 102 22 0 100 132 33 21 122 50
Binary 10111001 1000010 10010 0 1000000 1011010 11011 10001 1010010 101000

Color Harmonies of #B94212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94212

Black with #B94212

Text Example


Text Example

White with #B94212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94212; }

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

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

background-color css

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

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

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

border-color css

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

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

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