Html Css Color HEX #A00124 Carmine

📋 copy color: '#A00124'

red 160 ◦ green 1 ◦ blue 36

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

Shades of Carmine #A00124

Tints of Carmine #A00124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 36 (14.45% from 255) = 18.27%

R = 81.22%
G = 0.51%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A00124 (or 0xA00124) is known color: Carmine. HEX triplet: A0, 01 and 24. RGB value is (160,1,36). Sum of RGB (Red+Green+Blue) = 160+1+36=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 36 (14.45% from 255 or 18.27% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A00124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00124 is #5FFEDB. Grayscale: #343434. Windows color (decimal): -6291164 or 2359712. OLE color: 2359712.

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

Color convert

RGB 160 1 36 -
CMYK 0 0.99 0.78 0.37
HSL 346.79º 0.99% 0.32% -
HSV(B) 346.79º 0.99% 0.63% -
XYZ 14.83 7.62 2.36 -
YUV 52.53 118.68 204.65 -
System Red Green Blue C M Y K H S L
Decimal 160 1 36 0 0.99 0.78 0.37 346.79 0.99 0.32
Hex A0 1 24 0 63 4E 25 15B 63 20
Octal 240 1 44 0 143 116 45 533 143 40
Binary 10100000 1 100100 0 1100011 1001110 100101 101011011 1100011 100000

Color Harmonies of #A00124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00124

Black with #A00124

Text Example


Text Example

White with #A00124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00124; }

 p { color: rgb(160,1,36); }

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

background-color css

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

 a { background-color: rgb(160,1,36); }

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

border-color css

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

 span { border-color: rgb(160,1,36); }

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