#A23B2D

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

Shades of Rock Spray #A23B2D

Tints of Rock Spray #A23B2D

Color information

#A23B2D (or 0xA23B2D) is unknown color: approx Rock Spray. HEX triplet: A2, 3B and 2D. RGB value is (162,59,45). Sum of RGB (Red+Green+Blue) = 162+59+45=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23B2D is #5DC4D2. Grayscale: #585858. Windows color (decimal): -6145235 or 2964386. OLE color: 2964386.

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

Color convert

RGB1625945-
CMYK00.640.720.36
HSL7.18º56.52%40.59%-
HSV(B)7.18º72.22%63.53%-
XYZ16.94113.71-
YUV88.2103.62180.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.90%
GREEN value IS 59 (23.44% from 255) = 22.18%
BLUE value IS 45 (17.97% from 255) = 16.92%
R=60.90%
G=22.18%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162594500.640.720.367.1856.5240.59
HexA23B2D040482473929
Octal242735501001104477151
Binary10100010111011101101010000001001000100100111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B2D; }

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

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

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

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

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

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

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

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