Html Css Color HEX #A80526 Carmine

📋 copy color: '#A80526'

red 168 ◦ green 5 ◦ blue 38

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

Shades of Carmine #A80526

Tints of Carmine #A80526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.37%

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

R = 79.62%
G = 2.37%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A80526 (or 0xA80526) is known color: Carmine. HEX triplet: A8, 05 and 26. RGB value is (168,5,38). Sum of RGB (Red+Green+Blue) = 168+5+38=211 (27% of max value = 765). Red value is 168 (66.02% from 255 or 79.62% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 168 - color contains mainly: red. Hex color #A80526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80526 is #57FAD9. Grayscale: #393939. Windows color (decimal): -5765850 or 2491816. OLE color: 2491816.

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

Color convert

RGB 168 5 38 -
CMYK 0 0.97 0.77 0.34
HSL 347.85º 0.94% 0.34% -
HSV(B) 347.85º 0.97% 0.66% -
XYZ 16.55 8.57 2.62 -
YUV 57.5 117 206.82 -
System Red Green Blue C M Y K H S L
Decimal 168 5 38 0 0.97 0.77 0.34 347.85 0.94 0.34
Hex A8 5 26 0 61 4D 22 15C 5E 22
Octal 250 5 46 0 141 115 42 534 136 42
Binary 10101000 101 100110 0 1100001 1001101 100010 101011100 1011110 100010

Color Harmonies of #A80526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80526

Black with #A80526

Text Example


Text Example

White with #A80526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80526; }

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

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

background-color css

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

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

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

border-color css

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

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

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