Html Css Color HEX #A5090D Sangria

📋 copy color: '#A5090D'

red 165 ◦ green 9 ◦ blue 13

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

Shades of Sangria #A5090D

Tints of Sangria #A5090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.81%

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

R = 88.24%
G = 4.81%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5090D (or 0xA5090D) is known color: Sangria. HEX triplet: A5, 09 and 0D. RGB value is (165,9,13). Sum of RGB (Red+Green+Blue) = 165+9+13=187 (24% of max value = 765). Red value is 165 (64.84% from 255 or 88.24% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 165 - color contains mainly: red. Hex color #A5090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5090D is #5AF6F2. Grayscale: #383838. Windows color (decimal): -5961459 or 854437. OLE color: 854437.

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

Color convert

RGB 165 9 13 -
CMYK 0 0.95 0.92 0.35
HSL 358.46º 0.9% 0.34% -
HSV(B) 358.46º 0.95% 0.65% -
XYZ 15.69 8.22 1.14 -
YUV 56.1 103.68 205.67 -
System Red Green Blue C M Y K H S L
Decimal 165 9 13 0 0.95 0.92 0.35 358.46 0.9 0.34
Hex A5 9 D 0 5F 5C 23 166 5A 22
Octal 245 11 15 0 137 134 43 546 132 42
Binary 10100101 1001 1101 0 1011111 1011100 100011 101100110 1011010 100010

Color Harmonies of #A5090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5090D

Black with #A5090D

Text Example


Text Example

White with #A5090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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