Html Css Color HEX #A53C2C Rock Spray

📋 copy color: '#A53C2C'

red 165 ◦ green 60 ◦ blue 44

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

Shades of Rock Spray #A53C2C

Tints of Rock Spray #A53C2C

RGB

 RED value IS 165 (64.84% from 255) = 61.34%

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

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 61.34%
G = 22.3%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A53C2C (or 0xA53C2C) is known color: Rock Spray. HEX triplet: A5, 3C and 2C. RGB value is (165,60,44). Sum of RGB (Red+Green+Blue) = 165+60+44=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53C2C is #5AC3D3. Grayscale: #595959. Windows color (decimal): -5948372 or 2899109. OLE color: 2899109.

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

Color convert

RGB 165 60 44 -
CMYK 0 0.64 0.73 0.35
HSL 7.93º 0.58% 0.41% -
HSV(B) 7.93º 0.73% 0.65% -
XYZ 17.59 11.41 3.66 -
YUV 89.57 102.29 181.8 -
System Red Green Blue C M Y K H S L
Decimal 165 60 44 0 0.64 0.73 0.35 7.93 0.58 0.41
Hex A5 3C 2C 0 40 49 23 8 3A 29
Octal 245 74 54 0 100 111 43 10 72 51
Binary 10100101 111100 101100 0 1000000 1001001 100011 1000 111010 101001

Color Harmonies of #A53C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C2C

Black with #A53C2C

Text Example


Text Example

White with #A53C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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