Html Css Color HEX #A0001D Carmine

📋 copy color: '#A0001D'

red 160 ◦ green 0 ◦ blue 29

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

Shades of Carmine #A0001D

Tints of Carmine #A0001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.34%

R = 84.66%
G = 0%
B = 15.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0001D (or 0xA0001D) is known color: Carmine. HEX triplet: A0, 00 and 1D. RGB value is (160,0,29). Sum of RGB (Red+Green+Blue) = 160+0+29=189 (25% of max value = 765). Red value is 160 (62.89% from 255 or 84.66% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 160 - color contains mainly: red. Hex color #A0001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0001D is #5FFFE2. Grayscale: #333333. Windows color (decimal): -6291427 or 1900704. OLE color: 1900704.

HSL color Cylindrical-coordinate representation of color #A0001D: hue angle of 349.12º 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 #A0001D is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 0 29 -
CMYK 0 1 0.82 0.37
HSL 349.13º 1% 0.31% -
HSV(B) 349.13º 1% 0.63% -
XYZ 14.72 7.56 1.85 -
YUV 51.15 115.51 205.64 -
System Red Green Blue C M Y K H S L
Decimal 160 0 29 0 1 0.82 0.37 349.13 1 0.31
Hex A0 0 1D 0 64 52 25 15D 64 1F
Octal 240 0 35 0 144 122 45 535 144 37
Binary 10100000 0 11101 0 1100100 1010010 100101 101011101 1100100 11111

Color Harmonies of #A0001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0001D

Black with #A0001D

Text Example


Text Example

White with #A0001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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