Html Css Color HEX #A0010D Sangria

📋 copy color: '#A0010D'

red 160 ◦ green 1 ◦ blue 13

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

Shades of Sangria #A0010D

Tints of Sangria #A0010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 91.95%
G = 0.57%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#A0010D (or 0xA0010D) is known color: Sangria. HEX triplet: A0, 01 and 0D. RGB value is (160,1,13). Sum of RGB (Red+Green+Blue) = 160+1+13=174 (23% of max value = 765). Red value is 160 (62.89% from 255 or 91.95% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 160 - color contains mainly: red. Hex color #A0010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0010D is #5FFEF2. Grayscale: #323232. Windows color (decimal): -6291187 or 852384. OLE color: 852384.

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

Color convert

RGB 160 1 13 -
CMYK 0 0.99 0.92 0.37
HSL 355.47º 0.99% 0.32% -
HSV(B) 355.47º 0.99% 0.63% -
XYZ 14.58 7.52 1.06 -
YUV 49.91 107.18 206.52 -
System Red Green Blue C M Y K H S L
Decimal 160 1 13 0 0.99 0.92 0.37 355.47 0.99 0.32
Hex A0 1 D 0 63 5C 25 163 63 20
Octal 240 1 15 0 143 134 45 543 143 40
Binary 10100000 1 1101 0 1100011 1011100 100101 101100011 1100011 100000

Color Harmonies of #A0010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0010D

Black with #A0010D

Text Example


Text Example

White with #A0010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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