Html Css Color HEX #B9420D Rust

📋 copy color: '#B9420D'

red 185 ◦ green 66 ◦ blue 13

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

Shades of Rust #B9420D

Tints of Rust #B9420D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 70.08%
G = 25%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B9420D (or 0xB9420D) is known color: Rust. HEX triplet: B9, 42 and 0D. RGB value is (185,66,13). Sum of RGB (Red+Green+Blue) = 185+66+13=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B9420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9420D is #46BDF2. Grayscale: #5F5F5F. Windows color (decimal): -4636147 or 869049. OLE color: 869049.

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

Color convert

RGB 185 66 13 -
CMYK 0 0.64 0.93 0.27
HSL 18.49º 0.87% 0.39% -
HSV(B) 18.49º 0.93% 0.73% -
XYZ 22.03 14.24 1.97 -
YUV 95.54 81.42 191.81 -
System Red Green Blue C M Y K H S L
Decimal 185 66 13 0 0.64 0.93 0.27 18.49 0.87 0.39
Hex B9 42 D 0 40 5D 1B 12 57 27
Octal 271 102 15 0 100 135 33 22 127 47
Binary 10111001 1000010 1101 0 1000000 1011101 11011 10010 1010111 100111

Color Harmonies of #B9420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9420D

Black with #B9420D

Text Example


Text Example

White with #B9420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9420D; }

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

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

background-color css

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

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

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

border-color css

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

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

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