Html Css Color HEX #A01228 Carmine

📋 copy color: '#A01228'

red 160 ◦ green 18 ◦ blue 40

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

Shades of Carmine #A01228

Tints of Carmine #A01228

RGB

 RED value IS 160 (62.89% from 255) = 73.39%

 GREEN value IS 18 (7.42% from 255) = 8.26%

 BLUE value IS 40 (16.02% from 255) = 18.35%

R = 73.39%
G = 8.26%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A01228 (or 0xA01228) is known color: Carmine. HEX triplet: A0, 12 and 28. RGB value is (160,18,40). Sum of RGB (Red+Green+Blue) = 160+18+40=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A01228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01228 is #5FEDD7. Grayscale: #3F3F3F. Windows color (decimal): -6286808 or 2626208. OLE color: 2626208.

HSL color Cylindrical-coordinate representation of color #A01228: hue angle of 350.7º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01228 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 18 40 -
CMYK 0 0.89 0.75 0.37
HSL 350.7º 0.8% 0.35% -
HSV(B) 350.7º 0.89% 0.63% -
XYZ 15.1 8.06 2.77 -
YUV 62.97 115.04 197.21 -
System Red Green Blue C M Y K H S L
Decimal 160 18 40 0 0.89 0.75 0.37 350.7 0.8 0.35
Hex A0 12 28 0 59 4B 25 15F 50 23
Octal 240 22 50 0 131 113 45 537 120 43
Binary 10100000 10010 101000 0 1011001 1001011 100101 101011111 1010000 100011

Color Harmonies of #A01228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01228

Black with #A01228

Text Example


Text Example

White with #A01228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01228; }

 p { color: rgb(160,18,40); }

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

background-color css

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

 a { background-color: rgb(160,18,40); }

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

border-color css

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

 span { border-color: rgb(160,18,40); }

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