Html Css Color HEX #A3030A Sangria

📋 copy color: '#A3030A'

red 163 ◦ green 3 ◦ blue 10

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

Shades of Sangria #A3030A

Tints of Sangria #A3030A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.7%

 BLUE value IS 10 (4.3% from 255) = 5.68%

R = 92.61%
G = 1.7%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A3030A (or 0xA3030A) is known color: Sangria. HEX triplet: A3, 03 and 0A. RGB value is (163,3,10). Sum of RGB (Red+Green+Blue) = 163+3+10=176 (23% of max value = 765). Red value is 163 (64.06% from 255 or 92.61% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 163 - color contains mainly: red. Hex color #A3030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3030A is #5CFCF5. Grayscale: #333333. Windows color (decimal): -6094070 or 656291. OLE color: 656291.

HSL color Cylindrical-coordinate representation of color #A3030A: hue angle of 357.38º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3030A is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 10 -
CMYK 0 0.98 0.94 0.36
HSL 357.38º 0.96% 0.33% -
HSV(B) 357.38º 0.98% 0.64% -
XYZ 15.19 7.87 1.01 -
YUV 51.64 104.51 207.43 -
System Red Green Blue C M Y K H S L
Decimal 163 3 10 0 0.98 0.94 0.36 357.38 0.96 0.33
Hex A3 3 A 0 62 5E 24 165 60 21
Octal 243 3 12 0 142 136 44 545 140 41
Binary 10100011 11 1010 0 1100010 1011110 100100 101100101 1100000 100001

Color Harmonies of #A3030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3030A

Black with #A3030A

Text Example


Text Example

White with #A3030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3030A; }

 p { color: rgb(163,3,10); }

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

background-color css

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

 a { background-color: rgb(163,3,10); }

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

border-color css

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

 span { border-color: rgb(163,3,10); }

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