Html Css Color HEX #B0420C Rust

📋 copy color: '#B0420C'

red 176 ◦ green 66 ◦ blue 12

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

Shades of Rust #B0420C

Tints of Rust #B0420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 69.29%
G = 25.98%
B = 4.72%

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

#B0420C (or 0xB0420C) is known color: Rust. HEX triplet: B0, 42 and 0C. RGB value is (176,66,12). Sum of RGB (Red+Green+Blue) = 176+66+12=254 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.29% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 176 - color contains mainly: red. Hex color #B0420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0420C is #4FBDF3. Grayscale: #5D5D5D. Windows color (decimal): -5225972 or 803504. OLE color: 803504.

HSL color Cylindrical-coordinate representation of color #B0420C: hue angle of 19.76º degrees, saturation: 0.87, 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 #B0420C is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 66 12 -
CMYK 0 0.62 0.93 0.31
HSL 19.76º 0.87% 0.37% -
HSV(B) 19.76º 0.93% 0.69% -
XYZ 19.92 13.15 1.84 -
YUV 92.73 82.44 187.39 -
System Red Green Blue C M Y K H S L
Decimal 176 66 12 0 0.62 0.93 0.31 19.76 0.87 0.37
Hex B0 42 C 0 3E 5D 1F 14 57 25
Octal 260 102 14 0 76 135 37 24 127 45
Binary 10110000 1000010 1100 0 111110 1011101 11111 10100 1010111 100101

Color Harmonies of #B0420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0420C

Black with #B0420C

Text Example


Text Example

White with #B0420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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