Html Css Color HEX #A10414 Carmine

📋 copy color: '#A10414'

red 161 ◦ green 4 ◦ blue 20

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

Shades of Carmine #A10414

Tints of Carmine #A10414

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 87.03%
G = 2.16%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A10414 (or 0xA10414) is known color: Carmine. HEX triplet: A1, 04 and 14. RGB value is (161,4,20). Sum of RGB (Red+Green+Blue) = 161+4+20=185 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.03% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 161 - color contains mainly: red. Hex color #A10414 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10414 is #5EFBEB. Grayscale: #343434. Windows color (decimal): -6224876 or 1311905. OLE color: 1311905.

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

Color convert

RGB 161 4 20 -
CMYK 0 0.98 0.88 0.37
HSL 353.89º 0.95% 0.32% -
HSV(B) 353.89º 0.98% 0.63% -
XYZ 14.87 7.71 1.37 -
YUV 52.77 109.51 205.2 -
System Red Green Blue C M Y K H S L
Decimal 161 4 20 0 0.98 0.88 0.37 353.89 0.95 0.32
Hex A1 4 14 0 62 58 25 162 5F 20
Octal 241 4 24 0 142 130 45 542 137 40
Binary 10100001 100 10100 0 1100010 1011000 100101 101100010 1011111 100000

Color Harmonies of #A10414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10414

Black with #A10414

Text Example


Text Example

White with #A10414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10414; }

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

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

background-color css

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

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

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

border-color css

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

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

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