#A3421D

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

Shades of Rock Spray #A3421D

Tints of Rock Spray #A3421D

Color information

#A3421D (or 0xA3421D) is unknown color: approx Rock Spray. HEX triplet: A3, 42 and 1D. RGB value is (163,66,29). Sum of RGB (Red+Green+Blue) = 163+66+29=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A3421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3421D is #5CBDE2. Grayscale: #5B5B5B. Windows color (decimal): -6077923 or 1917603. OLE color: 1917603.

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

Color convert

RGB1636629-
CMYK00.600.820.36
HSL16.57º69.79%37.65%-
HSV(B)16.57º82.21%63.92%-
XYZ17.2711.772.52-
YUV90.7893.14179.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.18%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 29 (11.72% from 255) = 11.24%
R=63.18%
G=25.58%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163662900.600.820.3616.5769.7937.65
HexA3421D03C5224114626
Octal24310235074122442110646
Binary1010001110000101110101111001010010100100100011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3421D; }

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

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

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

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

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

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

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

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