Html Css Color HEX #A0101A Carmine

📋 copy color: '#A0101A'

red 160 ◦ green 16 ◦ blue 26

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

Shades of Carmine #A0101A

Tints of Carmine #A0101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.92%

 BLUE value IS 26 (10.55% from 255) = 12.87%

R = 79.21%
G = 7.92%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0101A (or 0xA0101A) is known color: Carmine. HEX triplet: A0, 10 and 1A. RGB value is (160,16,26). Sum of RGB (Red+Green+Blue) = 160+16+26=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A0101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0101A is #5FEFE5. Grayscale: #3C3C3C. Windows color (decimal): -6287334 or 1708192. OLE color: 1708192.

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

Color convert

RGB 160 16 26 -
CMYK 0 0.9 0.84 0.37
HSL 355.83º 0.82% 0.35% -
HSV(B) 355.83º 0.9% 0.63% -
XYZ 14.87 7.92 1.72 -
YUV 60.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 160 16 26 0 0.9 0.84 0.37 355.83 0.82 0.35
Hex A0 10 1A 0 5A 54 25 164 52 23
Octal 240 20 32 0 132 124 45 544 122 43
Binary 10100000 10000 11010 0 1011010 1010100 100101 101100100 1010010 100011

Color Harmonies of #A0101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0101A

Black with #A0101A

Text Example


Text Example

White with #A0101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0101A; }

 p { color: rgb(160,16,26); }

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

background-color css

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

 a { background-color: rgb(160,16,26); }

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

border-color css

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

 span { border-color: rgb(160,16,26); }

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