Html Css Color HEX #B94210 Rust

📋 copy color: '#B94210'

red 185 ◦ green 66 ◦ blue 16

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

Shades of Rust #B94210

Tints of Rust #B94210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.99%

R = 69.29%
G = 24.72%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B94210 (or 0xB94210) is known color: Rust. HEX triplet: B9, 42 and 10. RGB value is (185,66,16). Sum of RGB (Red+Green+Blue) = 185+66+16=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B94210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94210 is #46BDEF. Grayscale: #606060. Windows color (decimal): -4636144 or 1065657. OLE color: 1065657.

HSL color Cylindrical-coordinate representation of color #B94210: hue angle of 17.75º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B94210 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 66 16 -
CMYK 0 0.64 0.91 0.27
HSL 17.75º 0.84% 0.39% -
HSV(B) 17.75º 0.91% 0.73% -
XYZ 22.05 14.25 2.08 -
YUV 95.88 82.92 191.57 -
System Red Green Blue C M Y K H S L
Decimal 185 66 16 0 0.64 0.91 0.27 17.75 0.84 0.39
Hex B9 42 10 0 40 5B 1B 12 54 27
Octal 271 102 20 0 100 133 33 22 124 47
Binary 10111001 1000010 10000 0 1000000 1011011 11011 10010 1010100 100111

Color Harmonies of #B94210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94210

Black with #B94210

Text Example


Text Example

White with #B94210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94210; }

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

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

background-color css

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

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

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

border-color css

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

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

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