Html Css Color HEX #A80D2F Carmine

📋 copy color: '#A80D2F'

red 168 ◦ green 13 ◦ blue 47

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

Shades of Carmine #A80D2F

Tints of Carmine #A80D2F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.7%

 BLUE value IS 47 (18.75% from 255) = 20.61%

R = 73.68%
G = 5.7%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A80D2F (or 0xA80D2F) is known color: Carmine. HEX triplet: A8, 0D and 2F. RGB value is (168,13,47). Sum of RGB (Red+Green+Blue) = 168+13+47=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80D2F is #57F2D0. Grayscale: #3F3F3F. Windows color (decimal): -5763793 or 3083688. OLE color: 3083688.

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

Color convert

RGB 168 13 47 -
CMYK 0 0.92 0.72 0.34
HSL 346.84º 0.86% 0.35% -
HSV(B) 346.84º 0.92% 0.66% -
XYZ 16.81 8.82 3.51 -
YUV 63.22 118.85 202.74 -
System Red Green Blue C M Y K H S L
Decimal 168 13 47 0 0.92 0.72 0.34 346.84 0.86 0.35
Hex A8 D 2F 0 5C 48 22 15B 56 23
Octal 250 15 57 0 134 110 42 533 126 43
Binary 10101000 1101 101111 0 1011100 1001000 100010 101011011 1010110 100011

Color Harmonies of #A80D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80D2F

Black with #A80D2F

Text Example


Text Example

White with #A80D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80D2F; }

 p { color: rgb(168,13,47); }

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

background-color css

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

 a { background-color: rgb(168,13,47); }

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

border-color css

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

 span { border-color: rgb(168,13,47); }

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