Html Css Color HEX #A80138 Carmine

📋 copy color: '#A80138'

red 168 ◦ green 1 ◦ blue 56

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

Shades of Carmine #A80138

Tints of Carmine #A80138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.89%

R = 74.67%
G = 0.44%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A80138 (or 0xA80138) is known color: Carmine. HEX triplet: A8, 01 and 38. RGB value is (168,1,56). Sum of RGB (Red+Green+Blue) = 168+1+56=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A80138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80138 is #57FEC7. Grayscale: #393939. Windows color (decimal): -5766856 or 3670440. OLE color: 3670440.

HSL color Cylindrical-coordinate representation of color #A80138: hue angle of 340.24º 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 #A80138 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 1 56 -
CMYK 0 0.99 0.67 0.34
HSL 340.24º 0.99% 0.33% -
HSV(B) 340.24º 0.99% 0.66% -
XYZ 16.87 8.63 4.52 -
YUV 57.2 127.33 207.03 -
System Red Green Blue C M Y K H S L
Decimal 168 1 56 0 0.99 0.67 0.34 340.24 0.99 0.33
Hex A8 1 38 0 63 43 22 154 63 21
Octal 250 1 70 0 143 103 42 524 143 41
Binary 10101000 1 111000 0 1100011 1000011 100010 101010100 1100011 100001

Color Harmonies of #A80138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80138

Black with #A80138

Text Example


Text Example

White with #A80138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80138; }

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

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

background-color css

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

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

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

border-color css

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

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

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