Html Css Color HEX #B5420C Rust

📋 copy color: '#B5420C'

red 181 ◦ green 66 ◦ blue 12

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

Shades of Rust #B5420C

Tints of Rust #B5420C

RGB

 RED value IS 181 (71.09% from 255) = 69.88%

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

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

R = 69.88%
G = 25.48%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5420C (or 0xB5420C) is known color: Rust. HEX triplet: B5, 42 and 0C. RGB value is (181,66,12). Sum of RGB (Red+Green+Blue) = 181+66+12=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B5420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5420C is #4ABDF3. Grayscale: #5E5E5E. Windows color (decimal): -4898292 or 803509. OLE color: 803509.

HSL color Cylindrical-coordinate representation of color #B5420C: hue angle of 19.17º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5420C is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 66 12 -
CMYK 0 0.64 0.93 0.29
HSL 19.17º 0.88% 0.38% -
HSV(B) 19.17º 0.93% 0.71% -
XYZ 21.07 13.75 1.89 -
YUV 94.23 81.6 189.89 -
System Red Green Blue C M Y K H S L
Decimal 181 66 12 0 0.64 0.93 0.29 19.17 0.88 0.38
Hex B5 42 C 0 40 5D 1D 13 58 26
Octal 265 102 14 0 100 135 35 23 130 46
Binary 10110101 1000010 1100 0 1000000 1011101 11101 10011 1011000 100110

Color Harmonies of #B5420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5420C

Black with #B5420C

Text Example


Text Example

White with #B5420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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