Html Css Color HEX #A3070E Sangria

📋 copy color: '#A3070E'

red 163 ◦ green 7 ◦ blue 14

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

Shades of Sangria #A3070E

Tints of Sangria #A3070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.8%

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

R = 88.59%
G = 3.8%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A3070E (or 0xA3070E) is known color: Sangria. HEX triplet: A3, 07 and 0E. RGB value is (163,7,14). Sum of RGB (Red+Green+Blue) = 163+7+14=184 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.59% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 163 - color contains mainly: red. Hex color #A3070E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3070E is #5CF8F1. Grayscale: #363636. Windows color (decimal): -6093042 or 919459. OLE color: 919459.

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

Color convert

RGB 163 7 14 -
CMYK 0 0.96 0.91 0.36
HSL 357.31º 0.92% 0.33% -
HSV(B) 357.31º 0.96% 0.64% -
XYZ 15.26 7.97 1.15 -
YUV 54.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 163 7 14 0 0.96 0.91 0.36 357.31 0.92 0.33
Hex A3 7 E 0 60 5B 24 165 5C 21
Octal 243 7 16 0 140 133 44 545 134 41
Binary 10100011 111 1110 0 1100000 1011011 100100 101100101 1011100 100001

Color Harmonies of #A3070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3070E

Black with #A3070E

Text Example


Text Example

White with #A3070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3070E; }

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

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

background-color css

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

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

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

border-color css

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

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

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