Html Css Color HEX #B8420D Rust

📋 copy color: '#B8420D'

red 184 ◦ green 66 ◦ blue 13

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

Shades of Rust #B8420D

Tints of Rust #B8420D

RGB

 RED value IS 184 (72.27% from 255) = 69.96%

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

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

R = 69.96%
G = 25.1%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8420D (or 0xB8420D) is known color: Rust. HEX triplet: B8, 42 and 0D. RGB value is (184,66,13). Sum of RGB (Red+Green+Blue) = 184+66+13=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B8420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8420D is #47BDF2. Grayscale: #5F5F5F. Windows color (decimal): -4701683 or 869048. OLE color: 869048.

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

Color convert

RGB 184 66 13 -
CMYK 0 0.64 0.93 0.28
HSL 18.6º 0.87% 0.39% -
HSV(B) 18.6º 0.93% 0.72% -
XYZ 21.79 14.12 1.96 -
YUV 95.24 81.59 191.31 -
System Red Green Blue C M Y K H S L
Decimal 184 66 13 0 0.64 0.93 0.28 18.6 0.87 0.39
Hex B8 42 D 0 40 5D 1C 13 57 27
Octal 270 102 15 0 100 135 34 23 127 47
Binary 10111000 1000010 1101 0 1000000 1011101 11100 10011 1010111 100111

Color Harmonies of #B8420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8420D

Black with #B8420D

Text Example


Text Example

White with #B8420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8420D; }

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

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

background-color css

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

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

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

border-color css

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

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

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