Html Css Color HEX #B53C12 Rust

📋 copy color: '#B53C12'

red 181 ◦ green 60 ◦ blue 18

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

Shades of Rust #B53C12

Tints of Rust #B53C12

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.17%

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

R = 69.88%
G = 23.17%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B53C12 (or 0xB53C12) is known color: Rust. HEX triplet: B5, 3C and 12. RGB value is (181,60,18). Sum of RGB (Red+Green+Blue) = 181+60+18=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53C12 is #4AC3ED. Grayscale: #5B5B5B. Windows color (decimal): -4899822 or 1195189. OLE color: 1195189.

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

Color convert

RGB 181 60 18 -
CMYK 0 0.67 0.90 0.29
HSL 15.46º 0.82% 0.39% -
HSV(B) 15.46º 0.9% 0.71% -
XYZ 20.78 13.1 2.01 -
YUV 91.39 86.59 191.92 -
System Red Green Blue C M Y K H S L
Decimal 181 60 18 0 0.67 0.90 0.29 15.46 0.82 0.39
Hex B5 3C 12 0 43 5A 1D F 52 27
Octal 265 74 22 0 103 132 35 17 122 47
Binary 10110101 111100 10010 0 1000011 1011010 11101 1111 1010010 100111

Color Harmonies of #B53C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C12

Black with #B53C12

Text Example


Text Example

White with #B53C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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