#a23d2c

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

Shades of Rock Spray #A23D2C

Tints of Rock Spray #A23D2C

Color information

#A23D2C (or 0xA23D2C) is unknown color: approx Rock Spray. HEX triplet: A2, 3D and 2C. RGB value is (162,61,44). Sum of RGB (Red+Green+Blue) = 162+61+44=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23D2C is #5DC2D3. Grayscale: #595959. Windows color (decimal): -6144724 or 2899362. OLE color: 2899362.

HSL color Cylindrical-coordinate representation of color #A23D2C: hue angle of 8.64º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A23D2C is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB1626144-
CMYK00.620.730.36
HSL8.64º57.28%40.39%-
HSV(B)8.64º72.84%63.53%-
XYZ17.0211.23.65-
YUV89.26102.46179.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.67%
GREEN value IS 61 (24.22% from 255) = 22.85%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=60.67%
G=22.85%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162614400.620.730.368.6457.2840.39
HexA23D2C03E492493928
Octal242755407611144117150
Binary10100010111101101100011111010010011001001001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a23d2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a23d2c; }

 p { color: rgb(162,61,44); }

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

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

 a { background-color: rgb(162,61,44); }

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

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

 span { border-color: rgb(162,61,44); }

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