Html Css Color HEX #A00429 Carmine

📋 copy color: '#A00429'

red 160 ◦ green 4 ◦ blue 41

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

Shades of Carmine #A00429

Tints of Carmine #A00429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.95%

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

R = 78.05%
G = 1.95%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A00429 (or 0xA00429) is known color: Carmine. HEX triplet: A0, 04 and 29. RGB value is (160,4,41). Sum of RGB (Red+Green+Blue) = 160+4+41=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A00429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00429 is #5FFBD6. Grayscale: #363636. Windows color (decimal): -6290391 or 2688160. OLE color: 2688160.

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

Color convert

RGB 160 4 41 -
CMYK 0 0.98 0.74 0.37
HSL 345.77º 0.95% 0.32% -
HSV(B) 345.77º 0.98% 0.63% -
XYZ 14.94 7.72 2.8 -
YUV 54.86 120.18 202.99 -
System Red Green Blue C M Y K H S L
Decimal 160 4 41 0 0.98 0.74 0.37 345.77 0.95 0.32
Hex A0 4 29 0 62 4A 25 15A 5F 20
Octal 240 4 51 0 142 112 45 532 137 40
Binary 10100000 100 101001 0 1100010 1001010 100101 101011010 1011111 100000

Color Harmonies of #A00429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00429

Black with #A00429

Text Example


Text Example

White with #A00429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00429; }

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

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

background-color css

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

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

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

border-color css

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

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

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