Html Css Color HEX #A30220 Carmine

📋 copy color: '#A30220'

red 163 ◦ green 2 ◦ blue 32

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

Shades of Carmine #A30220

Tints of Carmine #A30220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.24%

R = 82.74%
G = 1.02%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A30220 (or 0xA30220) is known color: Carmine. HEX triplet: A3, 02 and 20. RGB value is (163,2,32). Sum of RGB (Red+Green+Blue) = 163+2+32=197 (26% of max value = 765). Red value is 163 (64.06% from 255 or 82.74% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 163 - color contains mainly: red. Hex color #A30220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30220 is #5CFDDF. Grayscale: #353535. Windows color (decimal): -6094304 or 2097827. OLE color: 2097827.

HSL color Cylindrical-coordinate representation of color #A30220: hue angle of 348.82º 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 #A30220 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 2 32 -
CMYK 0 0.99 0.80 0.36
HSL 348.82º 0.98% 0.32% -
HSV(B) 348.82º 0.99% 0.64% -
XYZ 15.39 7.93 2.09 -
YUV 53.56 115.84 206.06 -
System Red Green Blue C M Y K H S L
Decimal 163 2 32 0 0.99 0.80 0.36 348.82 0.98 0.32
Hex A3 2 20 0 63 50 24 15D 62 20
Octal 243 2 40 0 143 120 44 535 142 40
Binary 10100011 10 100000 0 1100011 1010000 100100 101011101 1100010 100000

Color Harmonies of #A30220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30220

Black with #A30220

Text Example


Text Example

White with #A30220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30220; }

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

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

background-color css

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

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

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

border-color css

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

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

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