#a53c1b

Color #A53C1B Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A53C1B

Tints of Rock Spray #A53C1B

Color information

#A53C1B (or 0xA53C1B) is unknown color: approx Rock Spray. HEX triplet: A5, 3C and 1B. RGB value is (165,60,27). Sum of RGB (Red+Green+Blue) = 165+60+27=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53C1B is #5AC3E4. Grayscale: #575757. Windows color (decimal): -5948389 or 1784997. OLE color: 1784997.

HSL color Cylindrical-coordinate representation of color #A53C1B: hue angle of 14.35º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A53C1B is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB1656027-
CMYK00.640.840.35
HSL14.35º71.88%37.65%-
HSV(B)14.35º83.64%64.71%-
XYZ17.3311.312.31-
YUV87.6393.79183.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.48%
GREEN value IS 60 (23.83% from 255) = 23.81%
BLUE value IS 27 (10.94% from 255) = 10.71%
R=65.48%
G=23.81%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165602700.640.840.3514.3571.8837.65
HexA53C1B0405423e4826
Octal24574330100124431611046
Binary101001011111001101101000000101010010001111101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a53c1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a53c1b; }

 p { color: rgb(165,60,27); }

 H1.HeaderClassName
 {
   color: #a53c1b;
 }
 .AnyTagClassName
 {
   color: #a53c1b;
 }
</style>
background-color css

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

 a { background-color: rgb(165,60,27); }

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

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

 span { border-color: rgb(165,60,27); }

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