#a30c0d

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

Shades of Sangria #A30C0D

Tints of Sangria #A30C0D

Color information

#A30C0D (or 0xA30C0D) is unknown color: approx Sangria. HEX triplet: A3, 0C and 0D. RGB value is (163,12,13). Sum of RGB (Red+Green+Blue) = 163+12+13=188 (24% of max value = 765). Red value is 163 (64.06% from 255 or 86.70% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 163 - color contains mainly: red. Hex color #A30C0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30C0D is #5CF3F2. Grayscale: #393939. Windows color (decimal): -6091763 or 855203. OLE color: 855203.

HSL color Cylindrical-coordinate representation of color #A30C0D: hue angle of 359.6º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30C0D is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB1631213-
CMYK00.930.920.36
HSL359.6º86.29%34.31%-
HSV(B)359.6º92.64%63.92%-
XYZ15.318.081.13-
YUV57.26103.03203.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 86.70%
GREEN value IS 12 (5.08% from 255) = 6.38%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=86.70%
G=6.38%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163121300.930.920.36359.686.2934.31
HexA3CD05D5C241685622
Octal243141501351344455012642
Binary10100011110011010101110110111001001001011010001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a30c0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a30c0d; }

 p { color: rgb(163,12,13); }

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

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

 a { background-color: rgb(163,12,13); }

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

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

 span { border-color: rgb(163,12,13); }

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