Html Css Color HEX #A00118 Carmine

📋 copy color: '#A00118'

red 160 ◦ green 1 ◦ blue 24

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

Shades of Carmine #A00118

Tints of Carmine #A00118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.97%

R = 86.49%
G = 0.54%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A00118 (or 0xA00118) is known color: Carmine. HEX triplet: A0, 01 and 18. RGB value is (160,1,24). Sum of RGB (Red+Green+Blue) = 160+1+24=185 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.49% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 160 - color contains mainly: red. Hex color #A00118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00118 is #5FFEE7. Grayscale: #333333. Windows color (decimal): -6291176 or 1573280. OLE color: 1573280.

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

Color convert

RGB 160 1 24 -
CMYK 0 0.99 0.85 0.37
HSL 351.32º 0.99% 0.32% -
HSV(B) 351.32º 0.99% 0.63% -
XYZ 14.67 7.56 1.55 -
YUV 51.16 112.68 205.63 -
System Red Green Blue C M Y K H S L
Decimal 160 1 24 0 0.99 0.85 0.37 351.32 0.99 0.32
Hex A0 1 18 0 63 55 25 15F 63 20
Octal 240 1 30 0 143 125 45 537 143 40
Binary 10100000 1 11000 0 1100011 1010101 100101 101011111 1100011 100000

Color Harmonies of #A00118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00118

Black with #A00118

Text Example


Text Example

White with #A00118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00118; }

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

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

background-color css

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

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

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

border-color css

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

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

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