Html Css Color HEX #A8012C Carmine

📋 copy color: '#A8012C'

red 168 ◦ green 1 ◦ blue 44

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

Shades of Carmine #A8012C

Tints of Carmine #A8012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.66%

R = 78.87%
G = 0.47%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8012C (or 0xA8012C) is known color: Carmine. HEX triplet: A8, 01 and 2C. RGB value is (168,1,44). Sum of RGB (Red+Green+Blue) = 168+1+44=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A8012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8012C is #57FED3. Grayscale: #373737. Windows color (decimal): -5766868 or 2884008. OLE color: 2884008.

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

Color convert

RGB 168 1 44 -
CMYK 0 0.99 0.74 0.34
HSL 344.55º 0.99% 0.33% -
HSV(B) 344.55º 0.99% 0.66% -
XYZ 16.61 8.53 3.15 -
YUV 55.84 121.33 208 -
System Red Green Blue C M Y K H S L
Decimal 168 1 44 0 0.99 0.74 0.34 344.55 0.99 0.33
Hex A8 1 2C 0 63 4A 22 159 63 21
Octal 250 1 54 0 143 112 42 531 143 41
Binary 10101000 1 101100 0 1100011 1001010 100010 101011001 1100011 100001

Color Harmonies of #A8012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8012C

Black with #A8012C

Text Example


Text Example

White with #A8012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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