Html Css Color HEX #B53312 Rust

📋 copy color: '#B53312'

red 181 ◦ green 51 ◦ blue 18

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

Shades of Rust #B53312

Tints of Rust #B53312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

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

R = 72.4%
G = 20.4%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B53312 (or 0xB53312) is known color: Rust. HEX triplet: B5, 33 and 12. RGB value is (181,51,18). Sum of RGB (Red+Green+Blue) = 181+51+18=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B53312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53312 is #4ACCED. Grayscale: #565656. Windows color (decimal): -4902126 or 1192885. OLE color: 1192885.

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

Color convert

RGB 181 51 18 -
CMYK 0 0.72 0.90 0.29
HSL 12.15º 0.82% 0.39% -
HSV(B) 12.15º 0.9% 0.71% -
XYZ 20.35 12.24 1.86 -
YUV 86.11 89.57 195.68 -
System Red Green Blue C M Y K H S L
Decimal 181 51 18 0 0.72 0.90 0.29 12.15 0.82 0.39
Hex B5 33 12 0 48 5A 1D C 52 27
Octal 265 63 22 0 110 132 35 14 122 47
Binary 10110101 110011 10010 0 1001000 1011010 11101 1100 1010010 100111

Color Harmonies of #B53312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53312

Black with #B53312

Text Example


Text Example

White with #B53312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53312; }

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

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

background-color css

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

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

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

border-color css

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

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

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