Html Css Color HEX #B53E12 Rust

📋 copy color: '#B53E12'

red 181 ◦ green 62 ◦ blue 18

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

Shades of Rust #B53E12

Tints of Rust #B53E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 69.35%
G = 23.75%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B53E12 (or 0xB53E12) is known color: Rust. HEX triplet: B5, 3E and 12. RGB value is (181,62,18). Sum of RGB (Red+Green+Blue) = 181+62+18=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53E12 is #4AC1ED. Grayscale: #5C5C5C. Windows color (decimal): -4899310 or 1195701. OLE color: 1195701.

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

Color convert

RGB 181 62 18 -
CMYK 0 0.66 0.90 0.29
HSL 16.2º 0.82% 0.39% -
HSV(B) 16.2º 0.9% 0.71% -
XYZ 20.89 13.31 2.04 -
YUV 92.57 85.92 191.08 -
System Red Green Blue C M Y K H S L
Decimal 181 62 18 0 0.66 0.90 0.29 16.2 0.82 0.39
Hex B5 3E 12 0 42 5A 1D 10 52 27
Octal 265 76 22 0 102 132 35 20 122 47
Binary 10110101 111110 10010 0 1000010 1011010 11101 10000 1010010 100111

Color Harmonies of #B53E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53E12

Black with #B53E12

Text Example


Text Example

White with #B53E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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