Html Css Color HEX #B0420D Rust

📋 copy color: '#B0420D'

red 176 ◦ green 66 ◦ blue 13

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

Shades of Rust #B0420D

Tints of Rust #B0420D

RGB

 RED value IS 176 (69.14% from 255) = 69.02%

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

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

R = 69.02%
G = 25.88%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0420D (or 0xB0420D) is known color: Rust. HEX triplet: B0, 42 and 0D. RGB value is (176,66,13). Sum of RGB (Red+Green+Blue) = 176+66+13=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B0420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0420D is #4FBDF2. Grayscale: #5D5D5D. Windows color (decimal): -5225971 or 869040. OLE color: 869040.

HSL color Cylindrical-coordinate representation of color #B0420D: hue angle of 19.51º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0420D is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 66 13 -
CMYK 0 0.62 0.93 0.31
HSL 19.51º 0.86% 0.37% -
HSV(B) 19.51º 0.93% 0.69% -
XYZ 19.93 13.16 1.87 -
YUV 92.85 82.94 187.31 -
System Red Green Blue C M Y K H S L
Decimal 176 66 13 0 0.62 0.93 0.31 19.51 0.86 0.37
Hex B0 42 D 0 3E 5D 1F 14 56 25
Octal 260 102 15 0 76 135 37 24 126 45
Binary 10110000 1000010 1101 0 111110 1011101 11111 10100 1010110 100101

Color Harmonies of #B0420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0420D

Black with #B0420D

Text Example


Text Example

White with #B0420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0420D; }

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

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

background-color css

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

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

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

border-color css

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

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

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