#A23F1D

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

Shades of Rock Spray #A23F1D

Tints of Rock Spray #A23F1D

Color information

#A23F1D (or 0xA23F1D) is unknown color: approx Rock Spray. HEX triplet: A2, 3F and 1D. RGB value is (162,63,29). Sum of RGB (Red+Green+Blue) = 162+63+29=254 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.78% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23F1D is #5DC0E2. Grayscale: #585858. Windows color (decimal): -6144227 or 1916834. OLE color: 1916834.

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

Color convert

RGB1626329-
CMYK00.610.820.36
HSL15.34º69.63%37.45%-
HSV(B)15.34º82.1%63.53%-
XYZ16.911.332.46-
YUV88.7294.3180.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.78%
GREEN value IS 63 (25% from 255) = 24.80%
BLUE value IS 29 (11.72% from 255) = 11.42%
R=63.78%
G=24.80%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162632900.610.820.3615.3469.6337.45
HexA23F1D03D5224f4625
Octal2427735075122441710645
Binary10100010111111111010111101101001010010011111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F1D; }

 p { color: rgb(162,63,29); }

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

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

 a { background-color: rgb(162,63,29); }

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

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

 span { border-color: rgb(162,63,29); }

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