Html Css Color HEX #A80626 Carmine

📋 copy color: '#A80626'

red 168 ◦ green 6 ◦ blue 38

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

Shades of Carmine #A80626

Tints of Carmine #A80626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.83%

 BLUE value IS 38 (15.23% from 255) = 17.92%

R = 79.25%
G = 2.83%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A80626 (or 0xA80626) is known color: Carmine. HEX triplet: A8, 06 and 26. RGB value is (168,6,38). Sum of RGB (Red+Green+Blue) = 168+6+38=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A80626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80626 is #57F9D9. Grayscale: #3A3A3A. Windows color (decimal): -5765594 or 2492072. OLE color: 2492072.

HSL color Cylindrical-coordinate representation of color #A80626: hue angle of 348.15º degrees, saturation: 0.93, 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 #A80626 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 6 38 -
CMYK 0 0.96 0.77 0.34
HSL 348.15º 0.93% 0.34% -
HSV(B) 348.15º 0.96% 0.66% -
XYZ 16.56 8.6 2.62 -
YUV 58.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 168 6 38 0 0.96 0.77 0.34 348.15 0.93 0.34
Hex A8 6 26 0 60 4D 22 15C 5D 22
Octal 250 6 46 0 140 115 42 534 135 42
Binary 10101000 110 100110 0 1100000 1001101 100010 101011100 1011101 100010

Color Harmonies of #A80626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80626

Black with #A80626

Text Example


Text Example

White with #A80626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80626; }

 p { color: rgb(168,6,38); }

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

background-color css

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

 a { background-color: rgb(168,6,38); }

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

border-color css

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

 span { border-color: rgb(168,6,38); }

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