#A3361C

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

Shades of Rock Spray #A3361C

Tints of Rock Spray #A3361C

Color information

#A3361C (or 0xA3361C) is unknown color: approx Rock Spray. HEX triplet: A3, 36 and 1C. RGB value is (163,54,28). Sum of RGB (Red+Green+Blue) = 163+54+28=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A3361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3361C is #5CC9E3. Grayscale: #535353. Windows color (decimal): -6080996 or 1848995. OLE color: 1848995.

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

Color convert

RGB1635428-
CMYK00.670.830.36
HSL11.56º70.68%37.45%-
HSV(B)11.56º82.82%63.92%-
XYZ16.6310.512.25-
YUV83.6396.61184.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.53%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 28 (11.33% from 255) = 11.43%
R=66.53%
G=22.04%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163542800.670.830.3611.5670.6837.45
HexA3361C0435324c4725
Octal24366340103123441410745
Binary101000111101101110001000011101001110010011001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3361C; }

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

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

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

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

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

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

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

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