Html Css Color HEX #A80C27 Carmine

📋 copy color: '#A80C27'

red 168 ◦ green 12 ◦ blue 39

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

Shades of Carmine #A80C27

Tints of Carmine #A80C27

RGB

 RED value IS 168 (66.02% from 255) = 76.71%

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

 BLUE value IS 39 (15.63% from 255) = 17.81%

R = 76.71%
G = 5.48%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A80C27 (or 0xA80C27) is known color: Carmine. HEX triplet: A8, 0C and 27. RGB value is (168,12,39). Sum of RGB (Red+Green+Blue) = 168+12+39=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80C27 is #57F3D8. Grayscale: #3D3D3D. Windows color (decimal): -5764057 or 2559144. OLE color: 2559144.

HSL color Cylindrical-coordinate representation of color #A80C27: hue angle of 349.62º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C27 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 12 39 -
CMYK 0 0.93 0.77 0.34
HSL 349.62º 0.87% 0.35% -
HSV(B) 349.62º 0.93% 0.66% -
XYZ 16.65 8.73 2.73 -
YUV 61.72 115.18 203.8 -
System Red Green Blue C M Y K H S L
Decimal 168 12 39 0 0.93 0.77 0.34 349.62 0.87 0.35
Hex A8 C 27 0 5D 4D 22 15E 57 23
Octal 250 14 47 0 135 115 42 536 127 43
Binary 10101000 1100 100111 0 1011101 1001101 100010 101011110 1010111 100011

Color Harmonies of #A80C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C27

Black with #A80C27

Text Example


Text Example

White with #A80C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C27; }

 p { color: rgb(168,12,39); }

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

background-color css

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

 a { background-color: rgb(168,12,39); }

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

border-color css

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

 span { border-color: rgb(168,12,39); }

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