Html Css Color HEX #A3020C Sangria

📋 copy color: '#A3020C'

red 163 ◦ green 2 ◦ blue 12

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

Shades of Sangria #A3020C

Tints of Sangria #A3020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.13%

 BLUE value IS 12 (5.08% from 255) = 6.78%

R = 92.09%
G = 1.13%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A3020C (or 0xA3020C) is known color: Sangria. HEX triplet: A3, 02 and 0C. RGB value is (163,2,12). Sum of RGB (Red+Green+Blue) = 163+2+12=177 (23% of max value = 765). Red value is 163 (64.06% from 255 or 92.09% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 163 - color contains mainly: red. Hex color #A3020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3020C is #5CFDF3. Grayscale: #333333. Windows color (decimal): -6094324 or 787107. OLE color: 787107.

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

Color convert

RGB 163 2 12 -
CMYK 0 0.99 0.93 0.36
HSL 356.27º 0.98% 0.32% -
HSV(B) 356.27º 0.99% 0.64% -
XYZ 15.19 7.86 1.06 -
YUV 51.28 105.84 207.69 -
System Red Green Blue C M Y K H S L
Decimal 163 2 12 0 0.99 0.93 0.36 356.27 0.98 0.32
Hex A3 2 C 0 63 5D 24 164 62 20
Octal 243 2 14 0 143 135 44 544 142 40
Binary 10100011 10 1100 0 1100011 1011101 100100 101100100 1100010 100000

Color Harmonies of #A3020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3020C

Black with #A3020C

Text Example


Text Example

White with #A3020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3020C; }

 p { color: rgb(163,2,12); }

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

background-color css

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

 a { background-color: rgb(163,2,12); }

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

border-color css

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

 span { border-color: rgb(163,2,12); }

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