Html Css Color HEX #A3080D Sangria

📋 copy color: '#A3080D'

red 163 ◦ green 8 ◦ blue 13

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

Shades of Sangria #A3080D

Tints of Sangria #A3080D

RGB

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

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

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

R = 88.59%
G = 4.35%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A3080D (or 0xA3080D) is known color: Sangria. HEX triplet: A3, 08 and 0D. RGB value is (163,8,13). Sum of RGB (Red+Green+Blue) = 163+8+13=184 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.59% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 163 - color contains mainly: red. Hex color #A3080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3080D is #5CF7F2. Grayscale: #373737. Windows color (decimal): -6092787 or 854179. OLE color: 854179.

HSL color Cylindrical-coordinate representation of color #A3080D: hue angle of 358.06º 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 #A3080D is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 8 13 -
CMYK 0 0.95 0.92 0.36
HSL 358.06º 0.91% 0.34% -
HSV(B) 358.06º 0.95% 0.64% -
XYZ 15.26 7.99 1.12 -
YUV 54.92 104.35 205.09 -
System Red Green Blue C M Y K H S L
Decimal 163 8 13 0 0.95 0.92 0.36 358.06 0.91 0.34
Hex A3 8 D 0 5F 5C 24 166 5B 22
Octal 243 10 15 0 137 134 44 546 133 42
Binary 10100011 1000 1101 0 1011111 1011100 100100 101100110 1011011 100010

Color Harmonies of #A3080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3080D

Black with #A3080D

Text Example


Text Example

White with #A3080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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