Html Css Color HEX #A00C0D Sangria

📋 copy color: '#A00C0D'

red 160 ◦ green 12 ◦ blue 13

#A00C0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #A00C0D

Tints of Sangria #A00C0D

RGB

 RED value IS 160 (62.89% from 255) = 86.49%

 GREEN value IS 12 (5.08% from 255) = 6.49%

 BLUE value IS 13 (5.47% from 255) = 7.03%

R = 86.49%
G = 6.49%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A00C0D (or 0xA00C0D) is known color: Sangria. HEX triplet: A0, 0C and 0D. RGB value is (160,12,13). Sum of RGB (Red+Green+Blue) = 160+12+13=185 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.49% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00C0D is #5FF3F2. Grayscale: #383838. Windows color (decimal): -6288371 or 855200. OLE color: 855200.

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

Color convert

RGB 160 12 13 -
CMYK 0 0.93 0.92 0.37
HSL 359.59º 0.86% 0.34% -
HSV(B) 359.59º 0.93% 0.63% -
XYZ 14.7 7.77 1.1 -
YUV 56.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 160 12 13 0 0.93 0.92 0.37 359.59 0.86 0.34
Hex A0 C D 0 5D 5C 25 168 56 22
Octal 240 14 15 0 135 134 45 550 126 42
Binary 10100000 1100 1101 0 1011101 1011100 100101 101101000 1010110 100010

Color Harmonies of #A00C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00C0D

Black with #A00C0D

Text Example


Text Example

White with #A00C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00C0D; }

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

 H1.HeaderClassName
 {
   color: #A00C0D;
 }
 .AnyTagClassName
 {
   color: #A00C0D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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