Html Css Color HEX #A10113 Carmine

📋 copy color: '#A10113'

red 161 ◦ green 1 ◦ blue 19

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

Shades of Carmine #A10113

Tints of Carmine #A10113

RGB

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

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

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

R = 88.95%
G = 0.55%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A10113 (or 0xA10113) is known color: Carmine. HEX triplet: A1, 01 and 13. RGB value is (161,1,19). Sum of RGB (Red+Green+Blue) = 161+1+19=181 (23% of max value = 765). Red value is 161 (63.28% from 255 or 88.95% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 161 - color contains mainly: red. Hex color #A10113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10113 is #5EFEEC. Grayscale: #323232. Windows color (decimal): -6225645 or 1245601. OLE color: 1245601.

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

Color convert

RGB 161 1 19 -
CMYK 0 0.99 0.88 0.37
HSL 353.25º 0.99% 0.32% -
HSV(B) 353.25º 0.99% 0.63% -
XYZ 14.83 7.65 1.31 -
YUV 50.89 110.01 206.54 -
System Red Green Blue C M Y K H S L
Decimal 161 1 19 0 0.99 0.88 0.37 353.25 0.99 0.32
Hex A1 1 13 0 63 58 25 161 63 20
Octal 241 1 23 0 143 130 45 541 143 40
Binary 10100001 1 10011 0 1100011 1011000 100101 101100001 1100011 100000

Color Harmonies of #A10113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10113

Black with #A10113

Text Example


Text Example

White with #A10113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10113; }

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

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

background-color css

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

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

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

border-color css

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

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

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