Html Css Color HEX #A3080E Sangria

📋 copy color: '#A3080E'

red 163 ◦ green 8 ◦ blue 14

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

Shades of Sangria #A3080E

Tints of Sangria #A3080E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.32%

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

R = 88.11%
G = 4.32%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A3080E (or 0xA3080E) is known color: Sangria. HEX triplet: A3, 08 and 0E. RGB value is (163,8,14). Sum of RGB (Red+Green+Blue) = 163+8+14=185 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.11% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 14 (5.86% from 255 or 7.57% from 185); Max value from RGB is 163 - color contains mainly: red. Hex color #A3080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3080E is #5CF7F1. Grayscale: #373737. Windows color (decimal): -6092786 or 919715. OLE color: 919715.

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

Color convert

RGB 163 8 14 -
CMYK 0 0.95 0.91 0.36
HSL 357.68º 0.91% 0.34% -
HSV(B) 357.68º 0.95% 0.64% -
XYZ 15.27 7.99 1.15 -
YUV 55.03 104.85 205.01 -
System Red Green Blue C M Y K H S L
Decimal 163 8 14 0 0.95 0.91 0.36 357.68 0.91 0.34
Hex A3 8 E 0 5F 5B 24 166 5B 22
Octal 243 10 16 0 137 133 44 546 133 42
Binary 10100011 1000 1110 0 1011111 1011011 100100 101100110 1011011 100010

Color Harmonies of #A3080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3080E

Black with #A3080E

Text Example


Text Example

White with #A3080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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