Html Css Color HEX #A11013 Carmine

📋 copy color: '#A11013'

red 161 ◦ green 16 ◦ blue 19

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

Shades of Carmine #A11013

Tints of Carmine #A11013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.69%

R = 82.14%
G = 8.16%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A11013 (or 0xA11013) is known color: Carmine. HEX triplet: A1, 10 and 13. RGB value is (161,16,19). Sum of RGB (Red+Green+Blue) = 161+16+19=196 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.14% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 161 - color contains mainly: red. Hex color #A11013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11013 is #5EEFEC. Grayscale: #3B3B3B. Windows color (decimal): -6221805 or 1249441. OLE color: 1249441.

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

Color convert

RGB 161 16 19 -
CMYK 0 0.90 0.88 0.37
HSL 358.76º 0.82% 0.35% -
HSV(B) 358.76º 0.9% 0.63% -
XYZ 15 7.99 1.37 -
YUV 59.7 105.04 200.26 -
System Red Green Blue C M Y K H S L
Decimal 161 16 19 0 0.90 0.88 0.37 358.76 0.82 0.35
Hex A1 10 13 0 5A 58 25 167 52 23
Octal 241 20 23 0 132 130 45 547 122 43
Binary 10100001 10000 10011 0 1011010 1011000 100101 101100111 1010010 100011

Color Harmonies of #A11013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11013

Black with #A11013

Text Example


Text Example

White with #A11013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11013; }

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

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

background-color css

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

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

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

border-color css

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

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

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