#A23B1B

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

Shades of Rock Spray #A23B1B

Tints of Rock Spray #A23B1B

Color information

#A23B1B (or 0xA23B1B) is unknown color: approx Rock Spray. HEX triplet: A2, 3B and 1B. RGB value is (162,59,27). Sum of RGB (Red+Green+Blue) = 162+59+27=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23B1B is #5DC4E4. Grayscale: #565656. Windows color (decimal): -6145253 or 1784738. OLE color: 1784738.

HSL color Cylindrical-coordinate representation of color #A23B1B: hue angle of 14.22º 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 #A23B1B is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1625927-
CMYK00.640.830.36
HSL14.22º71.43%37.06%-
HSV(B)14.22º83.33%63.53%-
XYZ16.6610.892.26-
YUV86.1594.62182.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.32%
GREEN value IS 59 (23.44% from 255) = 23.79%
BLUE value IS 27 (10.94% from 255) = 10.89%
R=65.32%
G=23.79%
B=10.89%

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
Decimal162592700.640.830.3614.2271.4337.06
HexA23B1B0405324e4725
Octal24273330100123441610745
Binary101000101110111101101000000101001110010011101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B1B; }

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

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

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

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

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

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

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

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