Html Css Color HEX #A10E30 Carmine

📋 copy color: '#A10E30'

red 161 ◦ green 14 ◦ blue 48

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

Shades of Carmine #A10E30

Tints of Carmine #A10E30

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.28%

 BLUE value IS 48 (19.14% from 255) = 21.52%

R = 72.2%
G = 6.28%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A10E30 (or 0xA10E30) is known color: Carmine. HEX triplet: A1, 0E and 30. RGB value is (161,14,48). Sum of RGB (Red+Green+Blue) = 161+14+48=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A10E30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10E30 is #5EF1CF. Grayscale: #3D3D3D. Windows color (decimal): -6222288 or 3149473. OLE color: 3149473.

HSL color Cylindrical-coordinate representation of color #A10E30: hue angle of 346.12º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A10E30 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 14 48 -
CMYK 0 0.91 0.70 0.37
HSL 346.12º 0.84% 0.34% -
HSV(B) 346.12º 0.91% 0.63% -
XYZ 15.39 8.1 3.55 -
YUV 61.83 120.2 198.74 -
System Red Green Blue C M Y K H S L
Decimal 161 14 48 0 0.91 0.70 0.37 346.12 0.84 0.34
Hex A1 E 30 0 5B 46 25 15A 54 22
Octal 241 16 60 0 133 106 45 532 124 42
Binary 10100001 1110 110000 0 1011011 1000110 100101 101011010 1010100 100010

Color Harmonies of #A10E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10E30

Black with #A10E30

Text Example


Text Example

White with #A10E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10E30; }

 p { color: rgb(161,14,48); }

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

background-color css

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

 a { background-color: rgb(161,14,48); }

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

border-color css

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

 span { border-color: rgb(161,14,48); }

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