Html Css Color HEX #A3070F Sangria

📋 copy color: '#A3070F'

red 163 ◦ green 7 ◦ blue 15

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

Shades of Sangria #A3070F

Tints of Sangria #A3070F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.11%

R = 88.11%
G = 3.78%
B = 8.11%

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

#A3070F (or 0xA3070F) is known color: Sangria. HEX triplet: A3, 07 and 0F. RGB value is (163,7,15). Sum of RGB (Red+Green+Blue) = 163+7+15=185 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.11% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 163 - color contains mainly: red. Hex color #A3070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3070F is #5CF8F0. Grayscale: #363636. Windows color (decimal): -6093041 or 984995. OLE color: 984995.

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

Color convert

RGB 163 7 15 -
CMYK 0 0.96 0.91 0.36
HSL 356.92º 0.92% 0.33% -
HSV(B) 356.92º 0.96% 0.64% -
XYZ 15.27 7.97 1.19 -
YUV 54.56 105.68 205.35 -
System Red Green Blue C M Y K H S L
Decimal 163 7 15 0 0.96 0.91 0.36 356.92 0.92 0.33
Hex A3 7 F 0 60 5B 24 165 5C 21
Octal 243 7 17 0 140 133 44 545 134 41
Binary 10100011 111 1111 0 1100000 1011011 100100 101100101 1011100 100001

Color Harmonies of #A3070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3070F

Black with #A3070F

Text Example


Text Example

White with #A3070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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