Html Css Color HEX #A3070C Sangria

📋 copy color: '#A3070C'

red 163 ◦ green 7 ◦ blue 12

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

Shades of Sangria #A3070C

Tints of Sangria #A3070C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.59%

R = 89.56%
G = 3.85%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A3070C (or 0xA3070C) is known color: Sangria. HEX triplet: A3, 07 and 0C. RGB value is (163,7,12). Sum of RGB (Red+Green+Blue) = 163+7+12=182 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.56% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 163 - color contains mainly: red. Hex color #A3070C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3070C is #5CF8F3. Grayscale: #363636. Windows color (decimal): -6093044 or 788387. OLE color: 788387.

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

Color convert

RGB 163 7 12 -
CMYK 0 0.96 0.93 0.36
HSL 358.08º 0.92% 0.33% -
HSV(B) 358.08º 0.96% 0.64% -
XYZ 15.25 7.97 1.08 -
YUV 54.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 163 7 12 0 0.96 0.93 0.36 358.08 0.92 0.33
Hex A3 7 C 0 60 5D 24 166 5C 21
Octal 243 7 14 0 140 135 44 546 134 41
Binary 10100011 111 1100 0 1100000 1011101 100100 101100110 1011100 100001

Color Harmonies of #A3070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3070C

Black with #A3070C

Text Example


Text Example

White with #A3070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3070C; }

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

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

background-color css

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

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

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

border-color css

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

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

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