Html Css Color HEX #A30C2C Carmine

📋 copy color: '#A30C2C'

red 163 ◦ green 12 ◦ blue 44

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

Shades of Carmine #A30C2C

Tints of Carmine #A30C2C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.48%

 BLUE value IS 44 (17.58% from 255) = 20.09%

R = 74.43%
G = 5.48%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A30C2C (or 0xA30C2C) is known color: Carmine. HEX triplet: A3, 0C and 2C. RGB value is (163,12,44). Sum of RGB (Red+Green+Blue) = 163+12+44=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A30C2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30C2C is #5CF3D3. Grayscale: #3C3C3C. Windows color (decimal): -6091732 or 2886819. OLE color: 2886819.

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

Color convert

RGB 163 12 44 -
CMYK 0 0.93 0.73 0.36
HSL 347.28º 0.86% 0.34% -
HSV(B) 347.28º 0.93% 0.64% -
XYZ 15.69 8.23 3.14 -
YUV 60.8 118.53 200.9 -
System Red Green Blue C M Y K H S L
Decimal 163 12 44 0 0.93 0.73 0.36 347.28 0.86 0.34
Hex A3 C 2C 0 5D 49 24 15B 56 22
Octal 243 14 54 0 135 111 44 533 126 42
Binary 10100011 1100 101100 0 1011101 1001001 100100 101011011 1010110 100010

Color Harmonies of #A30C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30C2C

Black with #A30C2C

Text Example


Text Example

White with #A30C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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