Html Css Color HEX #A80736 Carmine

📋 copy color: '#A80736'

red 168 ◦ green 7 ◦ blue 54

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

Shades of Carmine #A80736

Tints of Carmine #A80736

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.06%

 BLUE value IS 54 (21.48% from 255) = 23.58%

R = 73.36%
G = 3.06%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A80736 (or 0xA80736) is known color: Carmine. HEX triplet: A8, 07 and 36. RGB value is (168,7,54). Sum of RGB (Red+Green+Blue) = 168+7+54=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A80736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80736 is #57F8C9. Grayscale: #3C3C3C. Windows color (decimal): -5765322 or 3540904. OLE color: 3540904.

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

Color convert

RGB 168 7 54 -
CMYK 0 0.96 0.68 0.34
HSL 342.48º 0.92% 0.34% -
HSV(B) 342.48º 0.96% 0.66% -
XYZ 16.89 8.74 4.29 -
YUV 60.5 124.34 204.68 -
System Red Green Blue C M Y K H S L
Decimal 168 7 54 0 0.96 0.68 0.34 342.48 0.92 0.34
Hex A8 7 36 0 60 44 22 156 5C 22
Octal 250 7 66 0 140 104 42 526 134 42
Binary 10101000 111 110110 0 1100000 1000100 100010 101010110 1011100 100010

Color Harmonies of #A80736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80736

Black with #A80736

Text Example


Text Example

White with #A80736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80736; }

 p { color: rgb(168,7,54); }

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

background-color css

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

 a { background-color: rgb(168,7,54); }

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

border-color css

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

 span { border-color: rgb(168,7,54); }

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