Html Css Color HEX #A5000D Sangria

📋 copy color: '#A5000D'

red 165 ◦ green 0 ◦ blue 13

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

Shades of Sangria #A5000D

Tints of Sangria #A5000D

RGB

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

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

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

R = 92.7%
G = 0%
B = 7.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5000D (or 0xA5000D) is known color: Sangria. HEX triplet: A5, 00 and 0D. RGB value is (165,0,13). Sum of RGB (Red+Green+Blue) = 165+0+13=178 (23% of max value = 765). Red value is 165 (64.84% from 255 or 92.70% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 165 - color contains mainly: red. Hex color #A5000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5000D is #5AFFF2. Grayscale: #323232. Windows color (decimal): -5963763 or 852133. OLE color: 852133.

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

Color convert

RGB 165 0 13 -
CMYK 0 1 0.92 0.35
HSL 355.27º 1% 0.32% -
HSV(B) 355.27º 1% 0.65% -
XYZ 15.59 8.03 1.11 -
YUV 50.82 106.66 209.44 -
System Red Green Blue C M Y K H S L
Decimal 165 0 13 0 1 0.92 0.35 355.27 1 0.32
Hex A5 0 D 0 64 5C 23 163 64 20
Octal 245 0 15 0 144 134 43 543 144 40
Binary 10100101 0 1101 0 1100100 1011100 100011 101100011 1100100 100000

Color Harmonies of #A5000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5000D

Black with #A5000D

Text Example


Text Example

White with #A5000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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