Html Css Color HEX #A0001A Carmine

📋 copy color: '#A0001A'

red 160 ◦ green 0 ◦ blue 26

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

Shades of Carmine #A0001A

Tints of Carmine #A0001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.02%
G = 0%
B = 13.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0001A (or 0xA0001A) is known color: Carmine. HEX triplet: A0, 00 and 1A. RGB value is (160,0,26). Sum of RGB (Red+Green+Blue) = 160+0+26=186 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.02% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 160 - color contains mainly: red. Hex color #A0001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0001A is #5FFFE5. Grayscale: #323232. Windows color (decimal): -6291430 or 1704096. OLE color: 1704096.

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

Color convert

RGB 160 0 26 -
CMYK 0 1 0.84 0.37
HSL 350.25º 1% 0.31% -
HSV(B) 350.25º 1% 0.63% -
XYZ 14.68 7.55 1.66 -
YUV 50.8 114.01 205.89 -
System Red Green Blue C M Y K H S L
Decimal 160 0 26 0 1 0.84 0.37 350.25 1 0.31
Hex A0 0 1A 0 64 54 25 15E 64 1F
Octal 240 0 32 0 144 124 45 536 144 37
Binary 10100000 0 11010 0 1100100 1010100 100101 101011110 1100100 11111

Color Harmonies of #A0001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0001A

Black with #A0001A

Text Example


Text Example

White with #A0001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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