Html Css Color HEX #B9420E Rust

📋 copy color: '#B9420E'

red 185 ◦ green 66 ◦ blue 14

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

Shades of Rust #B9420E

Tints of Rust #B9420E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.28%

R = 69.81%
G = 24.91%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9420E (or 0xB9420E) is known color: Rust. HEX triplet: B9, 42 and 0E. RGB value is (185,66,14). Sum of RGB (Red+Green+Blue) = 185+66+14=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B9420E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9420E is #46BDF1. Grayscale: #5F5F5F. Windows color (decimal): -4636146 or 934585. OLE color: 934585.

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

Color convert

RGB 185 66 14 -
CMYK 0 0.64 0.92 0.27
HSL 18.25º 0.86% 0.39% -
HSV(B) 18.25º 0.92% 0.73% -
XYZ 22.04 14.24 2 -
YUV 95.65 81.92 191.73 -
System Red Green Blue C M Y K H S L
Decimal 185 66 14 0 0.64 0.92 0.27 18.25 0.86 0.39
Hex B9 42 E 0 40 5C 1B 12 56 27
Octal 271 102 16 0 100 134 33 22 126 47
Binary 10111001 1000010 1110 0 1000000 1011100 11011 10010 1010110 100111

Color Harmonies of #B9420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9420E

Black with #B9420E

Text Example


Text Example

White with #B9420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9420E; }

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

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

background-color css

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

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

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

border-color css

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

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

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