#A23A1A

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

Shades of Rock Spray #A23A1A

Tints of Rock Spray #A23A1A

Color information

#A23A1A (or 0xA23A1A) is unknown color: approx Rock Spray. HEX triplet: A2, 3A and 1A. RGB value is (162,58,26). Sum of RGB (Red+Green+Blue) = 162+58+26=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A1A is #5DC5E5. Grayscale: #555555. Windows color (decimal): -6145510 or 1718946. OLE color: 1718946.

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

Color convert

RGB1625826-
CMYK00.640.840.36
HSL14.12º72.34%36.86%-
HSV(B)14.12º83.95%63.53%-
XYZ16.610.782.18-
YUV85.4594.46182.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.85%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 26 (10.55% from 255) = 10.57%
R=65.85%
G=23.58%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162582600.640.840.3614.1272.3436.86
HexA23A1A0405424e4825
Octal24272320100124441611045
Binary101000101110101101001000000101010010010011101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A1A; }

 p { color: rgb(162,58,26); }

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

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

 a { background-color: rgb(162,58,26); }

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

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

 span { border-color: rgb(162,58,26); }

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