Html Css Color HEX #A0000D Sangria

📋 copy color: '#A0000D'

red 160 ◦ green 0 ◦ blue 13

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

Shades of Sangria #A0000D

Tints of Sangria #A0000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.49%
G = 0%
B = 7.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A0000D (or 0xA0000D) is known color: Sangria. HEX triplet: A0, 00 and 0D. RGB value is (160,0,13). Sum of RGB (Red+Green+Blue) = 160+0+13=173 (22% of max value = 765). Red value is 160 (62.89% from 255 or 92.49% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 160 - color contains mainly: red. Hex color #A0000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0000D is #5FFFF2. Grayscale: #313131. Windows color (decimal): -6291443 or 852128. OLE color: 852128.

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

Color convert

RGB 160 0 13 -
CMYK 0 1 0.92 0.37
HSL 355.13º 1% 0.31% -
HSV(B) 355.13º 1% 0.63% -
XYZ 14.57 7.5 1.06 -
YUV 49.32 107.51 206.94 -
System Red Green Blue C M Y K H S L
Decimal 160 0 13 0 1 0.92 0.37 355.13 1 0.31
Hex A0 0 D 0 64 5C 25 163 64 1F
Octal 240 0 15 0 144 134 45 543 144 37
Binary 10100000 0 1101 0 1100100 1011100 100101 101100011 1100100 11111

Color Harmonies of #A0000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0000D

Black with #A0000D

Text Example


Text Example

White with #A0000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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