Html Css Color HEX #A50A0D Sangria

📋 copy color: '#A50A0D'

red 165 ◦ green 10 ◦ blue 13

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

Shades of Sangria #A50A0D

Tints of Sangria #A50A0D

RGB

 RED value IS 165 (64.84% from 255) = 87.77%

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

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

R = 87.77%
G = 5.32%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A50A0D (or 0xA50A0D) is known color: Sangria. HEX triplet: A5, 0A and 0D. RGB value is (165,10,13). Sum of RGB (Red+Green+Blue) = 165+10+13=188 (24% of max value = 765). Red value is 165 (64.84% from 255 or 87.77% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50A0D is #5AF5F2. Grayscale: #383838. Windows color (decimal): -5961203 or 854693. OLE color: 854693.

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

Color convert

RGB 165 10 13 -
CMYK 0 0.94 0.92 0.35
HSL 358.84º 0.89% 0.34% -
HSV(B) 358.84º 0.94% 0.65% -
XYZ 15.7 8.25 1.14 -
YUV 56.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 165 10 13 0 0.94 0.92 0.35 358.84 0.89 0.34
Hex A5 A D 0 5E 5C 23 167 59 22
Octal 245 12 15 0 136 134 43 547 131 42
Binary 10100101 1010 1101 0 1011110 1011100 100011 101100111 1011001 100010

Color Harmonies of #A50A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50A0D

Black with #A50A0D

Text Example


Text Example

White with #A50A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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