Html Css Color HEX #B8420B Rust

📋 copy color: '#B8420B'

red 184 ◦ green 66 ◦ blue 11

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

Shades of Rust #B8420B

Tints of Rust #B8420B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.21%

R = 70.5%
G = 25.29%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8420B (or 0xB8420B) is known color: Rust. HEX triplet: B8, 42 and 0B. RGB value is (184,66,11). Sum of RGB (Red+Green+Blue) = 184+66+11=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B8420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8420B is #47BDF4. Grayscale: #5F5F5F. Windows color (decimal): -4701685 or 737976. OLE color: 737976.

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

Color convert

RGB 184 66 11 -
CMYK 0 0.64 0.94 0.28
HSL 19.08º 0.89% 0.38% -
HSV(B) 19.08º 0.94% 0.72% -
XYZ 21.78 14.11 1.89 -
YUV 95.01 80.59 191.47 -
System Red Green Blue C M Y K H S L
Decimal 184 66 11 0 0.64 0.94 0.28 19.08 0.89 0.38
Hex B8 42 B 0 40 5E 1C 13 59 26
Octal 270 102 13 0 100 136 34 23 131 46
Binary 10111000 1000010 1011 0 1000000 1011110 11100 10011 1011001 100110

Color Harmonies of #B8420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8420B

Black with #B8420B

Text Example


Text Example

White with #B8420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8420B; }

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

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

background-color css

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

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

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

border-color css

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

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

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