#A3371C

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

Shades of Rock Spray #A3371C

Tints of Rock Spray #A3371C

Color information

#A3371C (or 0xA3371C) is unknown color: approx Rock Spray. HEX triplet: A3, 37 and 1C. RGB value is (163,55,28). Sum of RGB (Red+Green+Blue) = 163+55+28=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A3371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3371C is #5CC8E3. Grayscale: #545454. Windows color (decimal): -6080740 or 1849251. OLE color: 1849251.

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

Color convert

RGB1635528-
CMYK00.660.830.36
HSL12º70.68%37.45%-
HSV(B)12º82.82%63.92%-
XYZ16.6810.62.27-
YUV84.2196.28184.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.26%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 28 (11.33% from 255) = 11.38%
R=66.26%
G=22.36%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163552800.660.830.361270.6837.45
HexA3371C0425324c4725
Octal24367340102123441410745
Binary101000111101111110001000010101001110010011001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3371C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3371C; }

 p { color: rgb(163,55,28); }

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

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

 a { background-color: rgb(163,55,28); }

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

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

 span { border-color: rgb(163,55,28); }

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