Html Css Color HEX #A40A0D Sangria

📋 copy color: '#A40A0D'

red 164 ◦ green 10 ◦ blue 13

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

Shades of Sangria #A40A0D

Tints of Sangria #A40A0D

RGB

 RED value IS 164 (64.45% from 255) = 87.7%

 GREEN value IS 10 (4.3% from 255) = 5.35%

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

R = 87.7%
G = 5.35%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A40A0D (or 0xA40A0D) is known color: Sangria. HEX triplet: A4, 0A and 0D. RGB value is (164,10,13). Sum of RGB (Red+Green+Blue) = 164+10+13=187 (24% of max value = 765). Red value is 164 (64.45% from 255 or 87.70% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40A0D is #5BF5F2. Grayscale: #383838. Windows color (decimal): -6026739 or 854692. OLE color: 854692.

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

Color convert

RGB 164 10 13 -
CMYK 0 0.94 0.92 0.36
HSL 358.83º 0.89% 0.34% -
HSV(B) 358.83º 0.94% 0.64% -
XYZ 15.49 8.14 1.14 -
YUV 56.39 103.52 204.76 -
System Red Green Blue C M Y K H S L
Decimal 164 10 13 0 0.94 0.92 0.36 358.83 0.89 0.34
Hex A4 A D 0 5E 5C 24 167 59 22
Octal 244 12 15 0 136 134 44 547 131 42
Binary 10100100 1010 1101 0 1011110 1011100 100100 101100111 1011001 100010

Color Harmonies of #A40A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40A0D

Black with #A40A0D

Text Example


Text Example

White with #A40A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40A0D; }

 p { color: rgb(164,10,13); }

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

background-color css

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

 a { background-color: rgb(164,10,13); }

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

border-color css

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

 span { border-color: rgb(164,10,13); }

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