Html Css Color HEX #A3020E Sangria

📋 copy color: '#A3020E'

red 163 ◦ green 2 ◦ blue 14

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

Shades of Sangria #A3020E

Tints of Sangria #A3020E

RGB

 RED value IS 163 (64.06% from 255) = 91.06%

 GREEN value IS 2 (1.17% from 255) = 1.12%

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

R = 91.06%
G = 1.12%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A3020E (or 0xA3020E) is known color: Sangria. HEX triplet: A3, 02 and 0E. RGB value is (163,2,14). Sum of RGB (Red+Green+Blue) = 163+2+14=179 (23% of max value = 765). Red value is 163 (64.06% from 255 or 91.06% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 163 - color contains mainly: red. Hex color #A3020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3020E is #5CFDF1. Grayscale: #333333. Windows color (decimal): -6094322 or 918179. OLE color: 918179.

HSL color Cylindrical-coordinate representation of color #A3020E: hue angle of 355.53º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3020E is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 2 14 -
CMYK 0 0.99 0.91 0.36
HSL 355.53º 0.98% 0.32% -
HSV(B) 355.53º 0.99% 0.64% -
XYZ 15.21 7.86 1.13 -
YUV 51.51 106.84 207.52 -
System Red Green Blue C M Y K H S L
Decimal 163 2 14 0 0.99 0.91 0.36 355.53 0.98 0.32
Hex A3 2 E 0 63 5B 24 164 62 20
Octal 243 2 16 0 143 133 44 544 142 40
Binary 10100011 10 1110 0 1100011 1011011 100100 101100100 1100010 100000

Color Harmonies of #A3020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3020E

Black with #A3020E

Text Example


Text Example

White with #A3020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3020E; }

 p { color: rgb(163,2,14); }

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

background-color css

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

 a { background-color: rgb(163,2,14); }

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

border-color css

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

 span { border-color: rgb(163,2,14); }

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