Html Css Color HEX #A80125 Carmine

📋 copy color: '#A80125'

red 168 ◦ green 1 ◦ blue 37

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

Shades of Carmine #A80125

Tints of Carmine #A80125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 37 (14.84% from 255) = 17.96%

R = 81.55%
G = 0.49%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A80125 (or 0xA80125) is known color: Carmine. HEX triplet: A8, 01 and 25. RGB value is (168,1,37). Sum of RGB (Red+Green+Blue) = 168+1+37=206 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.55% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 37 (14.84% from 255 or 17.96% from 206); Max value from RGB is 168 - color contains mainly: red. Hex color #A80125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80125 is #57FEDA. Grayscale: #373737. Windows color (decimal): -5766875 or 2425256. OLE color: 2425256.

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

Color convert

RGB 168 1 37 -
CMYK 0 0.99 0.78 0.34
HSL 347.07º 0.99% 0.33% -
HSV(B) 347.07º 0.99% 0.66% -
XYZ 16.49 8.48 2.52 -
YUV 55.04 117.83 208.57 -
System Red Green Blue C M Y K H S L
Decimal 168 1 37 0 0.99 0.78 0.34 347.07 0.99 0.33
Hex A8 1 25 0 63 4E 22 15B 63 21
Octal 250 1 45 0 143 116 42 533 143 41
Binary 10101000 1 100101 0 1100011 1001110 100010 101011011 1100011 100001

Color Harmonies of #A80125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80125

Black with #A80125

Text Example


Text Example

White with #A80125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80125; }

 p { color: rgb(168,1,37); }

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

background-color css

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

 a { background-color: rgb(168,1,37); }

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

border-color css

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

 span { border-color: rgb(168,1,37); }

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