Html Css Color HEX #B53912 Rust

📋 copy color: '#B53912'

red 181 ◦ green 57 ◦ blue 18

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

Shades of Rust #B53912

Tints of Rust #B53912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.27%

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

R = 70.7%
G = 22.27%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B53912 (or 0xB53912) is known color: Rust. HEX triplet: B5, 39 and 12. RGB value is (181,57,18). Sum of RGB (Red+Green+Blue) = 181+57+18=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B53912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53912 is #4AC6ED. Grayscale: #595959. Windows color (decimal): -4900590 or 1194421. OLE color: 1194421.

HSL color Cylindrical-coordinate representation of color #B53912: hue angle of 14.36º 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 #B53912 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 57 18 -
CMYK 0 0.69 0.90 0.29
HSL 14.36º 0.82% 0.39% -
HSV(B) 14.36º 0.9% 0.71% -
XYZ 20.63 12.79 1.95 -
YUV 89.63 87.58 193.17 -
System Red Green Blue C M Y K H S L
Decimal 181 57 18 0 0.69 0.90 0.29 14.36 0.82 0.39
Hex B5 39 12 0 45 5A 1D E 52 27
Octal 265 71 22 0 105 132 35 16 122 47
Binary 10110101 111001 10010 0 1000101 1011010 11101 1110 1010010 100111

Color Harmonies of #B53912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53912

Black with #B53912

Text Example


Text Example

White with #B53912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53912; }

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

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

background-color css

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

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

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

border-color css

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

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

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