Html Css Color HEX #A10A23 Carmine

📋 copy color: '#A10A23'

red 161 ◦ green 10 ◦ blue 35

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

Shades of Carmine #A10A23

Tints of Carmine #A10A23

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.85%

 BLUE value IS 35 (14.06% from 255) = 16.99%

R = 78.16%
G = 4.85%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A10A23 (or 0xA10A23) is known color: Carmine. HEX triplet: A1, 0A and 23. RGB value is (161,10,35). Sum of RGB (Red+Green+Blue) = 161+10+35=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10A23 is #5EF5DC. Grayscale: #3A3A3A. Windows color (decimal): -6223325 or 2296481. OLE color: 2296481.

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

Color convert

RGB 161 10 35 -
CMYK 0 0.94 0.78 0.37
HSL 350.07º 0.88% 0.34% -
HSV(B) 350.07º 0.94% 0.63% -
XYZ 15.11 7.92 2.32 -
YUV 58 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 161 10 35 0 0.94 0.78 0.37 350.07 0.88 0.34
Hex A1 A 23 0 5E 4E 25 15E 58 22
Octal 241 12 43 0 136 116 45 536 130 42
Binary 10100001 1010 100011 0 1011110 1001110 100101 101011110 1011000 100010

Color Harmonies of #A10A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10A23

Black with #A10A23

Text Example


Text Example

White with #A10A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10A23; }

 p { color: rgb(161,10,35); }

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

background-color css

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

 a { background-color: rgb(161,10,35); }

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

border-color css

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

 span { border-color: rgb(161,10,35); }

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