Html Css Color HEX #A01426 Carmine

📋 copy color: '#A01426'

red 160 ◦ green 20 ◦ blue 38

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

Shades of Carmine #A01426

Tints of Carmine #A01426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

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

R = 73.39%
G = 9.17%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A01426 (or 0xA01426) is known color: Carmine. HEX triplet: A0, 14 and 26. RGB value is (160,20,38). Sum of RGB (Red+Green+Blue) = 160+20+38=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A01426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01426 is #5FEBD9. Grayscale: #3F3F3F. Windows color (decimal): -6286298 or 2495648. OLE color: 2495648.

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

Color convert

RGB 160 20 38 -
CMYK 0 0.88 0.76 0.37
HSL 352.29º 0.78% 0.35% -
HSV(B) 352.29º 0.88% 0.63% -
XYZ 15.1 8.11 2.6 -
YUV 63.91 113.38 196.54 -
System Red Green Blue C M Y K H S L
Decimal 160 20 38 0 0.88 0.76 0.37 352.29 0.78 0.35
Hex A0 14 26 0 58 4C 25 160 4E 23
Octal 240 24 46 0 130 114 45 540 116 43
Binary 10100000 10100 100110 0 1011000 1001100 100101 101100000 1001110 100011

Color Harmonies of #A01426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01426

Black with #A01426

Text Example


Text Example

White with #A01426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01426; }

 p { color: rgb(160,20,38); }

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

background-color css

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

 a { background-color: rgb(160,20,38); }

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

border-color css

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

 span { border-color: rgb(160,20,38); }

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