Html Css Color HEX #B53518 Rust

📋 copy color: '#B53518'

red 181 ◦ green 53 ◦ blue 24

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

Shades of Rust #B53518

Tints of Rust #B53518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.54%

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

R = 70.16%
G = 20.54%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B53518 (or 0xB53518) is known color: Rust. HEX triplet: B5, 35 and 18. RGB value is (181,53,24). Sum of RGB (Red+Green+Blue) = 181+53+24=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B53518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53518 is #4ACAE7. Grayscale: #585858. Windows color (decimal): -4901608 or 1586613. OLE color: 1586613.

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

Color convert

RGB 181 53 24 -
CMYK 0 0.71 0.87 0.29
HSL 11.08º 0.77% 0.4% -
HSV(B) 11.08º 0.87% 0.71% -
XYZ 20.49 12.44 2.18 -
YUV 87.97 91.91 194.36 -
System Red Green Blue C M Y K H S L
Decimal 181 53 24 0 0.71 0.87 0.29 11.08 0.77 0.4
Hex B5 35 18 0 47 57 1D B 4D 28
Octal 265 65 30 0 107 127 35 13 115 50
Binary 10110101 110101 11000 0 1000111 1010111 11101 1011 1001101 101000

Color Harmonies of #B53518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53518

Black with #B53518

Text Example


Text Example

White with #B53518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53518; }

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

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

background-color css

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

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

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

border-color css

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

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

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