Html Css Color HEX #A10237 Carmine

📋 copy color: '#A10237'

red 161 ◦ green 2 ◦ blue 55

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

Shades of Carmine #A10237

Tints of Carmine #A10237

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 55 (21.88% from 255) = 25.23%

R = 73.85%
G = 0.92%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A10237 (or 0xA10237) is known color: Carmine. HEX triplet: A1, 02 and 37. RGB value is (161,2,55). Sum of RGB (Red+Green+Blue) = 161+2+55=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A10237 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10237 is #5EFDC8. Grayscale: #373737. Windows color (decimal): -6225353 or 3605153. OLE color: 3605153.

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

Color convert

RGB 161 2 55 -
CMYK 0 0.99 0.66 0.37
HSL 340º 0.98% 0.32% -
HSV(B) 340º 0.99% 0.63% -
XYZ 15.41 7.9 4.33 -
YUV 55.58 127.68 203.19 -
System Red Green Blue C M Y K H S L
Decimal 161 2 55 0 0.99 0.66 0.37 340 0.98 0.32
Hex A1 2 37 0 63 42 25 154 62 20
Octal 241 2 67 0 143 102 45 524 142 40
Binary 10100001 10 110111 0 1100011 1000010 100101 101010100 1100010 100000

Color Harmonies of #A10237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10237

Black with #A10237

Text Example


Text Example

White with #A10237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10237; }

 p { color: rgb(161,2,55); }

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

background-color css

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

 a { background-color: rgb(161,2,55); }

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

border-color css

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

 span { border-color: rgb(161,2,55); }

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