#A33A23

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

Shades of Rock Spray #A33A23

Tints of Rock Spray #A33A23

Color information

#A33A23 (or 0xA33A23) is unknown color: approx Rock Spray. HEX triplet: A3, 3A and 23. RGB value is (163,58,35). Sum of RGB (Red+Green+Blue) = 163+58+35=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33A23 is #5CC5DC. Grayscale: #565656. Windows color (decimal): -6079965 or 2308771. OLE color: 2308771.

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

Color convert

RGB1635835-
CMYK00.640.790.36
HSL10.78º64.65%38.82%-
HSV(B)10.78º78.53%63.92%-
XYZ16.9210.932.81-
YUV86.7798.79182.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.67%
GREEN value IS 58 (23.05% from 255) = 22.66%
BLUE value IS 35 (14.06% from 255) = 13.67%
R=63.67%
G=22.66%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163583500.640.790.3610.7864.6538.82
HexA33A230404F24b4127
Octal24372430100117441310147
Binary1010001111101010001101000000100111110010010111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A23; }

 p { color: rgb(163,58,35); }

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

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

 a { background-color: rgb(163,58,35); }

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

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

 span { border-color: rgb(163,58,35); }

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