Html Css Color HEX #B53C19 Rust

📋 copy color: '#B53C19'

red 181 ◦ green 60 ◦ blue 25

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

Shades of Rust #B53C19

Tints of Rust #B53C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.4%

R = 68.05%
G = 22.56%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B53C19 (or 0xB53C19) is known color: Rust. HEX triplet: B5, 3C and 19. RGB value is (181,60,25). Sum of RGB (Red+Green+Blue) = 181+60+25=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53C19 is #4AC3E6. Grayscale: #5C5C5C. Windows color (decimal): -4899815 or 1653941. OLE color: 1653941.

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

Color convert

RGB 181 60 25 -
CMYK 0 0.67 0.86 0.29
HSL 13.46º 0.76% 0.4% -
HSV(B) 13.46º 0.86% 0.71% -
XYZ 20.85 13.13 2.35 -
YUV 92.19 90.09 191.35 -
System Red Green Blue C M Y K H S L
Decimal 181 60 25 0 0.67 0.86 0.29 13.46 0.76 0.4
Hex B5 3C 19 0 43 56 1D D 4C 28
Octal 265 74 31 0 103 126 35 15 114 50
Binary 10110101 111100 11001 0 1000011 1010110 11101 1101 1001100 101000

Color Harmonies of #B53C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C19

Black with #B53C19

Text Example


Text Example

White with #B53C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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