Html Css Color HEX #A30E10 Sangria

📋 copy color: '#A30E10'

red 163 ◦ green 14 ◦ blue 16

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

Shades of Sangria #A30E10

Tints of Sangria #A30E10

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.25%

 BLUE value IS 16 (6.64% from 255) = 8.29%

R = 84.46%
G = 7.25%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A30E10 (or 0xA30E10) is known color: Sangria. HEX triplet: A3, 0E and 10. RGB value is (163,14,16). Sum of RGB (Red+Green+Blue) = 163+14+16=193 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.46% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30E10 is #5CF1EF. Grayscale: #3A3A3A. Windows color (decimal): -6091248 or 1052323. OLE color: 1052323.

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

Color convert

RGB 163 14 16 -
CMYK 0 0.91 0.90 0.36
HSL 359.19º 0.84% 0.35% -
HSV(B) 359.19º 0.91% 0.64% -
XYZ 15.35 8.14 1.25 -
YUV 58.78 103.86 202.34 -
System Red Green Blue C M Y K H S L
Decimal 163 14 16 0 0.91 0.90 0.36 359.19 0.84 0.35
Hex A3 E 10 0 5B 5A 24 167 54 23
Octal 243 16 20 0 133 132 44 547 124 43
Binary 10100011 1110 10000 0 1011011 1011010 100100 101100111 1010100 100011

Color Harmonies of #A30E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E10

Black with #A30E10

Text Example


Text Example

White with #A30E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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