#A3401E

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

Shades of Rock Spray #A3401E

Tints of Rock Spray #A3401E

Color information

#A3401E (or 0xA3401E) is unknown color: approx Rock Spray. HEX triplet: A3, 40 and 1E. RGB value is (163,64,30). Sum of RGB (Red+Green+Blue) = 163+64+30=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A3401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3401E is #5CBFE1. Grayscale: #595959. Windows color (decimal): -6078434 or 1982627. OLE color: 1982627.

HSL color Cylindrical-coordinate representation of color #A3401E: hue angle of 15.34º degrees, saturation: 0.69, 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 #A3401E is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB1636430-
CMYK00.610.820.36
HSL15.34º68.91%37.84%-
HSV(B)15.34º81.6%63.92%-
XYZ17.1711.552.55-
YUV89.7294.3180.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.42%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 30 (12.11% from 255) = 11.67%
R=63.42%
G=24.90%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163643000.610.820.3615.3468.9137.84
HexA3401E03D5224f4526
Octal24310036075122441710546
Binary101000111000000111100111101101001010010011111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3401E; }

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

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

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

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

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

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

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

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