#A3361A

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

Shades of Rock Spray #A3361A

Tints of Rock Spray #A3361A

Color information

#A3361A (or 0xA3361A) is unknown color: approx Rock Spray. HEX triplet: A3, 36 and 1A. RGB value is (163,54,26). Sum of RGB (Red+Green+Blue) = 163+54+26=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A3361A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3361A is #5CC9E5. Grayscale: #535353. Windows color (decimal): -6080998 or 1717923. OLE color: 1717923.

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

Color convert

RGB1635426-
CMYK00.670.840.36
HSL12.26º72.49%37.06%-
HSV(B)12.26º84.05%63.92%-
XYZ16.6110.52.13-
YUV83.495.61184.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.08%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 26 (10.55% from 255) = 10.70%
R=67.08%
G=22.22%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163542600.670.840.3612.2672.4937.06
HexA3361A0435424c4825
Octal24366320103124441411045
Binary101000111101101101001000011101010010010011001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3361A; }

 p { color: rgb(163,54,26); }

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

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

 a { background-color: rgb(163,54,26); }

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

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

 span { border-color: rgb(163,54,26); }

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