Html Css Color HEX #B53C18 Rust

📋 copy color: '#B53C18'

red 181 ◦ green 60 ◦ blue 24

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

Shades of Rust #B53C18

Tints of Rust #B53C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.06%

R = 68.3%
G = 22.64%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B53C18 (or 0xB53C18) is known color: Rust. HEX triplet: B5, 3C and 18. RGB value is (181,60,24). Sum of RGB (Red+Green+Blue) = 181+60+24=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53C18 is #4AC3E7. Grayscale: #5C5C5C. Windows color (decimal): -4899816 or 1588405. OLE color: 1588405.

HSL color Cylindrical-coordinate representation of color #B53C18: hue angle of 13.76º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B53C18 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 60 24 -
CMYK 0 0.67 0.87 0.29
HSL 13.76º 0.77% 0.4% -
HSV(B) 13.76º 0.87% 0.71% -
XYZ 20.84 13.12 2.3 -
YUV 92.08 89.59 191.43 -
System Red Green Blue C M Y K H S L
Decimal 181 60 24 0 0.67 0.87 0.29 13.76 0.77 0.4
Hex B5 3C 18 0 43 57 1D E 4D 28
Octal 265 74 30 0 103 127 35 16 115 50
Binary 10110101 111100 11000 0 1000011 1010111 11101 1110 1001101 101000

Color Harmonies of #B53C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C18

Black with #B53C18

Text Example


Text Example

White with #B53C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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