Html Css Color HEX #A11314 Carmine

📋 copy color: '#A11314'

red 161 ◦ green 19 ◦ blue 20

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

Shades of Carmine #A11314

Tints of Carmine #A11314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.5%

 BLUE value IS 20 (8.2% from 255) = 10%

R = 80.5%
G = 9.5%
B = 10%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A11314 (or 0xA11314) is known color: Carmine. HEX triplet: A1, 13 and 14. RGB value is (161,19,20). Sum of RGB (Red+Green+Blue) = 161+19+20=200 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.5% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 161 - color contains mainly: red. Hex color #A11314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11314 is #5EECEB. Grayscale: #3D3D3D. Windows color (decimal): -6221036 or 1315745. OLE color: 1315745.

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

Color convert

RGB 161 19 20 -
CMYK 0 0.88 0.88 0.37
HSL 359.58º 0.79% 0.35% -
HSV(B) 359.58º 0.88% 0.63% -
XYZ 15.06 8.09 1.43 -
YUV 61.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 161 19 20 0 0.88 0.88 0.37 359.58 0.79 0.35
Hex A1 13 14 0 58 58 25 168 4F 23
Octal 241 23 24 0 130 130 45 550 117 43
Binary 10100001 10011 10100 0 1011000 1011000 100101 101101000 1001111 100011

Color Harmonies of #A11314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11314

Black with #A11314

Text Example


Text Example

White with #A11314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11314; }

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

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

background-color css

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

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

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

border-color css

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

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

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