Html Css Color HEX #B94A12 Rust

📋 copy color: '#B94A12'

red 185 ◦ green 74 ◦ blue 18

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

Shades of Rust #B94A12

Tints of Rust #B94A12

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.71%

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

R = 66.79%
G = 26.71%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B94A12 (or 0xB94A12) is known color: Rust. HEX triplet: B9, 4A and 12. RGB value is (185,74,18). Sum of RGB (Red+Green+Blue) = 185+74+18=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94A12 is #46B5ED. Grayscale: #656565. Windows color (decimal): -4634094 or 1198777. OLE color: 1198777.

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

Color convert

RGB 185 74 18 -
CMYK 0 0.6 0.90 0.27
HSL 20.12º 0.82% 0.4% -
HSV(B) 20.12º 0.9% 0.73% -
XYZ 22.57 15.26 2.33 -
YUV 100.81 81.27 188.05 -
System Red Green Blue C M Y K H S L
Decimal 185 74 18 0 0.6 0.90 0.27 20.12 0.82 0.4
Hex B9 4A 12 0 3C 5A 1B 14 52 28
Octal 271 112 22 0 74 132 33 24 122 50
Binary 10111001 1001010 10010 0 111100 1011010 11011 10100 1010010 101000

Color Harmonies of #B94A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94A12

Black with #B94A12

Text Example


Text Example

White with #B94A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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