#A3421C

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

Shades of Rock Spray #A3421C

Tints of Rock Spray #A3421C

Color information

#A3421C (or 0xA3421C) is unknown color: approx Rock Spray. HEX triplet: A3, 42 and 1C. RGB value is (163,66,28). Sum of RGB (Red+Green+Blue) = 163+66+28=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A3421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3421C is #5CBDE3. Grayscale: #5A5A5A. Windows color (decimal): -6077924 or 1852067. OLE color: 1852067.

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

Color convert

RGB1636628-
CMYK00.600.830.36
HSL16.89º70.68%37.45%-
HSV(B)16.89º82.82%63.92%-
XYZ17.2611.772.46-
YUV90.6792.64179.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.42%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 28 (11.33% from 255) = 10.89%
R=63.42%
G=25.68%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163662800.600.830.3616.8970.6837.45
HexA3421C03C5324114725
Octal24310234074123442110745
Binary1010001110000101110001111001010011100100100011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3421C; }

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

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

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

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

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

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

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

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