#A3381C

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

Shades of Rock Spray #A3381C

Tints of Rock Spray #A3381C

Color information

#A3381C (or 0xA3381C) is unknown color: approx Rock Spray. HEX triplet: A3, 38 and 1C. RGB value is (163,56,28). Sum of RGB (Red+Green+Blue) = 163+56+28=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A3381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3381C is #5CC7E3. Grayscale: #555555. Windows color (decimal): -6080484 or 1849507. OLE color: 1849507.

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

Color convert

RGB1635628-
CMYK00.660.830.36
HSL12.44º70.68%37.45%-
HSV(B)12.44º82.82%63.92%-
XYZ16.7310.72.28-
YUV84.895.95183.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.99%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 28 (11.33% from 255) = 11.34%
R=65.99%
G=22.67%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163562800.660.830.3612.4470.6837.45
HexA3381C0425324c4725
Octal24370340102123441410745
Binary101000111110001110001000010101001110010011001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3381C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3381C; }

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

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

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

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

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

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

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

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