#A3402E

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

Shades of Rock Spray #A3402E

Tints of Rock Spray #A3402E

Color information

#A3402E (or 0xA3402E) is unknown color: approx Rock Spray. HEX triplet: A3, 40 and 2E. RGB value is (163,64,46). Sum of RGB (Red+Green+Blue) = 163+64+46=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A3402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3402E is #5CBFD1. Grayscale: #5B5B5B. Windows color (decimal): -6078418 or 3031203. OLE color: 3031203.

HSL color Cylindrical-coordinate representation of color #A3402E: hue angle of 9.23º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3402E is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1636446-
CMYK00.610.720.36
HSL9.23º55.98%40.98%-
HSV(B)9.23º71.78%63.92%-
XYZ17.4311.653.91-
YUV91.55102.3178.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.71%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=59.71%
G=23.44%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163644600.610.720.369.2355.9840.98
HexA3402E03D482493829
Octal2431005607511044117051
Binary101000111000000101110011110110010001001001001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3402E; }

 p { color: rgb(163,64,46); }

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

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

 a { background-color: rgb(163,64,46); }

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

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

 span { border-color: rgb(163,64,46); }

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