Html Css Color HEX #B53E10 Rust

📋 copy color: '#B53E10'

red 181 ◦ green 62 ◦ blue 16

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

Shades of Rust #B53E10

Tints of Rust #B53E10

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.94%

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 69.88%
G = 23.94%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B53E10 (or 0xB53E10) is known color: Rust. HEX triplet: B5, 3E and 10. RGB value is (181,62,16). Sum of RGB (Red+Green+Blue) = 181+62+16=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53E10 is #4AC1EF. Grayscale: #5C5C5C. Windows color (decimal): -4899312 or 1064629. OLE color: 1064629.

HSL color Cylindrical-coordinate representation of color #B53E10: hue angle of 16.73º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B53E10 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 62 16 -
CMYK 0 0.66 0.91 0.29
HSL 16.73º 0.84% 0.39% -
HSV(B) 16.73º 0.91% 0.71% -
XYZ 20.87 13.31 1.96 -
YUV 92.34 84.92 191.24 -
System Red Green Blue C M Y K H S L
Decimal 181 62 16 0 0.66 0.91 0.29 16.73 0.84 0.39
Hex B5 3E 10 0 42 5B 1D 11 54 27
Octal 265 76 20 0 102 133 35 21 124 47
Binary 10110101 111110 10000 0 1000010 1011011 11101 10001 1010100 100111

Color Harmonies of #B53E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53E10

Black with #B53E10

Text Example


Text Example

White with #B53E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53E10; }

 p { color: rgb(181,62,16); }

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

background-color css

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

 a { background-color: rgb(181,62,16); }

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

border-color css

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

 span { border-color: rgb(181,62,16); }

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