Html Css Color HEX #A10239 Carmine

📋 copy color: '#A10239'

red 161 ◦ green 2 ◦ blue 57

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

Shades of Carmine #A10239

Tints of Carmine #A10239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.91%

R = 73.18%
G = 0.91%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A10239 (or 0xA10239) is known color: Carmine. HEX triplet: A1, 02 and 39. RGB value is (161,2,57). Sum of RGB (Red+Green+Blue) = 161+2+57=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A10239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10239 is #5EFDC6. Grayscale: #373737. Windows color (decimal): -6225351 or 3736225. OLE color: 3736225.

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

Color convert

RGB 161 2 57 -
CMYK 0 0.99 0.65 0.37
HSL 339.25º 0.98% 0.32% -
HSV(B) 339.25º 0.99% 0.63% -
XYZ 15.46 7.92 4.58 -
YUV 55.81 128.68 203.03 -
System Red Green Blue C M Y K H S L
Decimal 161 2 57 0 0.99 0.65 0.37 339.25 0.98 0.32
Hex A1 2 39 0 63 41 25 153 62 20
Octal 241 2 71 0 143 101 45 523 142 40
Binary 10100001 10 111001 0 1100011 1000001 100101 101010011 1100010 100000

Color Harmonies of #A10239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10239

Black with #A10239

Text Example


Text Example

White with #A10239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10239; }

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

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

background-color css

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

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

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

border-color css

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

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

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