#A23A1B

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

Shades of Rock Spray #A23A1B

Tints of Rock Spray #A23A1B

Color information

#A23A1B (or 0xA23A1B) is unknown color: approx Rock Spray. HEX triplet: A2, 3A and 1B. RGB value is (162,58,27). Sum of RGB (Red+Green+Blue) = 162+58+27=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A1B is #5DC5E4. Grayscale: #555555. Windows color (decimal): -6145509 or 1784482. OLE color: 1784482.

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

Color convert

RGB1625827-
CMYK00.640.830.36
HSL13.78º71.43%37.06%-
HSV(B)13.78º83.33%63.53%-
XYZ16.6110.792.24-
YUV85.5694.96182.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.59%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 27 (10.94% from 255) = 10.93%
R=65.59%
G=23.48%
B=10.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162582700.640.830.3613.7871.4337.06
HexA23A1B0405324e4725
Octal24272330100123441610745
Binary101000101110101101101000000101001110010011101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A1B; }

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

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

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

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

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

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

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

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