Html Css Color HEX #A3050A Sangria

📋 copy color: '#A3050A'

red 163 ◦ green 5 ◦ blue 10

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

Shades of Sangria #A3050A

Tints of Sangria #A3050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.81%

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

R = 91.57%
G = 2.81%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A3050A (or 0xA3050A) is known color: Sangria. HEX triplet: A3, 05 and 0A. RGB value is (163,5,10). Sum of RGB (Red+Green+Blue) = 163+5+10=178 (23% of max value = 765). Red value is 163 (64.06% from 255 or 91.57% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 163 - color contains mainly: red. Hex color #A3050A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3050A is #5CFAF5. Grayscale: #343434. Windows color (decimal): -6093558 or 656803. OLE color: 656803.

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

Color convert

RGB 163 5 10 -
CMYK 0 0.97 0.94 0.36
HSL 358.1º 0.94% 0.33% -
HSV(B) 358.1º 0.97% 0.64% -
XYZ 15.21 7.92 1.01 -
YUV 52.81 103.85 206.59 -
System Red Green Blue C M Y K H S L
Decimal 163 5 10 0 0.97 0.94 0.36 358.1 0.94 0.33
Hex A3 5 A 0 61 5E 24 166 5E 21
Octal 243 5 12 0 141 136 44 546 136 41
Binary 10100011 101 1010 0 1100001 1011110 100100 101100110 1011110 100001

Color Harmonies of #A3050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3050A

Black with #A3050A

Text Example


Text Example

White with #A3050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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