Html Css Color HEX #B53418 Rust

📋 copy color: '#B53418'

red 181 ◦ green 52 ◦ blue 24

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

Shades of Rust #B53418

Tints of Rust #B53418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.23%

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

R = 70.43%
G = 20.23%
B = 9.34%

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

#B53418 (or 0xB53418) is known color: Rust. HEX triplet: B5, 34 and 18. RGB value is (181,52,24). Sum of RGB (Red+Green+Blue) = 181+52+24=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B53418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53418 is #4ACBE7. Grayscale: #575757. Windows color (decimal): -4901864 or 1586357. OLE color: 1586357.

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

Color convert

RGB 181 52 24 -
CMYK 0 0.71 0.87 0.29
HSL 10.7º 0.77% 0.4% -
HSV(B) 10.7º 0.87% 0.71% -
XYZ 20.45 12.35 2.17 -
YUV 87.38 92.24 194.78 -
System Red Green Blue C M Y K H S L
Decimal 181 52 24 0 0.71 0.87 0.29 10.7 0.77 0.4
Hex B5 34 18 0 47 57 1D B 4D 28
Octal 265 64 30 0 107 127 35 13 115 50
Binary 10110101 110100 11000 0 1000111 1010111 11101 1011 1001101 101000

Color Harmonies of #B53418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53418

Black with #B53418

Text Example


Text Example

White with #B53418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53418; }

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

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

background-color css

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

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

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

border-color css

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

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

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