Html Css Color HEX #A5030E Sangria

📋 copy color: '#A5030E'

red 165 ◦ green 3 ◦ blue 14

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

Shades of Sangria #A5030E

Tints of Sangria #A5030E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.65%

 BLUE value IS 14 (5.86% from 255) = 7.69%

R = 90.66%
G = 1.65%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5030E (or 0xA5030E) is known color: Sangria. HEX triplet: A5, 03 and 0E. RGB value is (165,3,14). Sum of RGB (Red+Green+Blue) = 165+3+14=182 (24% of max value = 765). Red value is 165 (64.84% from 255 or 90.66% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 165 - color contains mainly: red. Hex color #A5030E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5030E is #5AFCF1. Grayscale: #343434. Windows color (decimal): -5962994 or 918437. OLE color: 918437.

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

Color convert

RGB 165 3 14 -
CMYK 0 0.98 0.92 0.35
HSL 355.93º 0.96% 0.33% -
HSV(B) 355.93º 0.98% 0.65% -
XYZ 15.63 8.1 1.15 -
YUV 52.69 106.17 208.11 -
System Red Green Blue C M Y K H S L
Decimal 165 3 14 0 0.98 0.92 0.35 355.93 0.96 0.33
Hex A5 3 E 0 62 5C 23 164 60 21
Octal 245 3 16 0 142 134 43 544 140 41
Binary 10100101 11 1110 0 1100010 1011100 100011 101100100 1100000 100001

Color Harmonies of #A5030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5030E

Black with #A5030E

Text Example


Text Example

White with #A5030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5030E; }

 p { color: rgb(165,3,14); }

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

background-color css

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

 a { background-color: rgb(165,3,14); }

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

border-color css

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

 span { border-color: rgb(165,3,14); }

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