Html Css Color HEX #A3060A Sangria

📋 copy color: '#A3060A'

red 163 ◦ green 6 ◦ blue 10

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

Shades of Sangria #A3060A

Tints of Sangria #A3060A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.35%

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

R = 91.06%
G = 3.35%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A3060A (or 0xA3060A) is known color: Sangria. HEX triplet: A3, 06 and 0A. RGB value is (163,6,10). Sum of RGB (Red+Green+Blue) = 163+6+10=179 (23% of max value = 765). Red value is 163 (64.06% from 255 or 91.06% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 163 - color contains mainly: red. Hex color #A3060A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3060A is #5CF9F5. Grayscale: #353535. Windows color (decimal): -6093302 or 657059. OLE color: 657059.

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

Color convert

RGB 163 6 10 -
CMYK 0 0.96 0.94 0.36
HSL 358.47º 0.93% 0.33% -
HSV(B) 358.47º 0.96% 0.64% -
XYZ 15.22 7.94 1.02 -
YUV 53.4 103.51 206.17 -
System Red Green Blue C M Y K H S L
Decimal 163 6 10 0 0.96 0.94 0.36 358.47 0.93 0.33
Hex A3 6 A 0 60 5E 24 166 5D 21
Octal 243 6 12 0 140 136 44 546 135 41
Binary 10100011 110 1010 0 1100000 1011110 100100 101100110 1011101 100001

Color Harmonies of #A3060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3060A

Black with #A3060A

Text Example


Text Example

White with #A3060A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3060A; }

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

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

background-color css

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

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

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

border-color css

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

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

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