Html Css Color HEX #A10227 Carmine

📋 copy color: '#A10227'

red 161 ◦ green 2 ◦ blue 39

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

Shades of Carmine #A10227

Tints of Carmine #A10227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.31%

R = 79.7%
G = 0.99%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A10227 (or 0xA10227) is known color: Carmine. HEX triplet: A1, 02 and 27. RGB value is (161,2,39). Sum of RGB (Red+Green+Blue) = 161+2+39=202 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.70% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 39 (15.62% from 255 or 19.31% from 202); Max value from RGB is 161 - color contains mainly: red. Hex color #A10227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10227 is #5EFDD8. Grayscale: #353535. Windows color (decimal): -6225369 or 2556577. OLE color: 2556577.

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

Color convert

RGB 161 2 39 -
CMYK 0 0.99 0.76 0.37
HSL 346.04º 0.98% 0.32% -
HSV(B) 346.04º 0.99% 0.63% -
XYZ 15.09 7.77 2.62 -
YUV 53.76 119.68 204.49 -
System Red Green Blue C M Y K H S L
Decimal 161 2 39 0 0.99 0.76 0.37 346.04 0.98 0.32
Hex A1 2 27 0 63 4C 25 15A 62 20
Octal 241 2 47 0 143 114 45 532 142 40
Binary 10100001 10 100111 0 1100011 1001100 100101 101011010 1100010 100000

Color Harmonies of #A10227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10227

Black with #A10227

Text Example


Text Example

White with #A10227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10227; }

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

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

background-color css

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

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

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

border-color css

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

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

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