#A23F1B

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

Shades of Rock Spray #A23F1B

Tints of Rock Spray #A23F1B

Color information

#A23F1B (or 0xA23F1B) is unknown color: approx Rock Spray. HEX triplet: A2, 3F and 1B. RGB value is (162,63,27). Sum of RGB (Red+Green+Blue) = 162+63+27=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23F1B is #5DC0E4. Grayscale: #585858. Windows color (decimal): -6144229 or 1785762. OLE color: 1785762.

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

Color convert

RGB1626327-
CMYK00.610.830.36
HSL16º71.43%37.06%-
HSV(B)16º83.33%63.53%-
XYZ16.8811.322.33-
YUV88.593.3180.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 63 (25% from 255) = 25%
BLUE value IS 27 (10.94% from 255) = 10.71%
R=64.29%
G=25%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162632700.610.830.361671.4337.06
HexA23F1B03D5324104725
Octal2427733075123442010745
Binary101000101111111101101111011010011100100100001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23F1B; }

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

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

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

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

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

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

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

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