Html Css Color HEX #A00D29 Carmine

📋 copy color: '#A00D29'

red 160 ◦ green 13 ◦ blue 41

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

Shades of Carmine #A00D29

Tints of Carmine #A00D29

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.07%

 BLUE value IS 41 (16.41% from 255) = 19.16%

R = 74.77%
G = 6.07%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A00D29 (or 0xA00D29) is known color: Carmine. HEX triplet: A0, 0D and 29. RGB value is (160,13,41). Sum of RGB (Red+Green+Blue) = 160+13+41=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00D29 is #5FF2D6. Grayscale: #3C3C3C. Windows color (decimal): -6288087 or 2690464. OLE color: 2690464.

HSL color Cylindrical-coordinate representation of color #A00D29: hue angle of 348.57º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A00D29 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 13 41 -
CMYK 0 0.92 0.74 0.37
HSL 348.57º 0.85% 0.34% -
HSV(B) 348.57º 0.92% 0.63% -
XYZ 15.04 7.92 2.83 -
YUV 60.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 160 13 41 0 0.92 0.74 0.37 348.57 0.85 0.34
Hex A0 D 29 0 5C 4A 25 15D 55 22
Octal 240 15 51 0 134 112 45 535 125 42
Binary 10100000 1101 101001 0 1011100 1001010 100101 101011101 1010101 100010

Color Harmonies of #A00D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00D29

Black with #A00D29

Text Example


Text Example

White with #A00D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00D29; }

 p { color: rgb(160,13,41); }

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

background-color css

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

 a { background-color: rgb(160,13,41); }

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

border-color css

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

 span { border-color: rgb(160,13,41); }

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