Html Css Color HEX #A11018 Carmine

📋 copy color: '#A11018'

red 161 ◦ green 16 ◦ blue 24

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

Shades of Carmine #A11018

Tints of Carmine #A11018

RGB

 RED value IS 161 (63.28% from 255) = 80.1%

 GREEN value IS 16 (6.64% from 255) = 7.96%

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

R = 80.1%
G = 7.96%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A11018 (or 0xA11018) is known color: Carmine. HEX triplet: A1, 10 and 18. RGB value is (161,16,24). Sum of RGB (Red+Green+Blue) = 161+16+24=201 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.10% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 161 - color contains mainly: red. Hex color #A11018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11018 is #5EEFE7. Grayscale: #3C3C3C. Windows color (decimal): -6221800 or 1577121. OLE color: 1577121.

HSL color Cylindrical-coordinate representation of color #A11018: hue angle of 356.69º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11018 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 16 24 -
CMYK 0 0.90 0.85 0.37
HSL 356.69º 0.82% 0.35% -
HSV(B) 356.69º 0.9% 0.63% -
XYZ 15.05 8.01 1.62 -
YUV 60.27 107.54 199.85 -
System Red Green Blue C M Y K H S L
Decimal 161 16 24 0 0.90 0.85 0.37 356.69 0.82 0.35
Hex A1 10 18 0 5A 55 25 165 52 23
Octal 241 20 30 0 132 125 45 545 122 43
Binary 10100001 10000 11000 0 1011010 1010101 100101 101100101 1010010 100011

Color Harmonies of #A11018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11018

Black with #A11018

Text Example


Text Example

White with #A11018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11018; }

 p { color: rgb(161,16,24); }

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

background-color css

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

 a { background-color: rgb(161,16,24); }

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

border-color css

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

 span { border-color: rgb(161,16,24); }

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