Html Css Color HEX #A10B2A Carmine

📋 copy color: '#A10B2A'

red 161 ◦ green 11 ◦ blue 42

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

Shades of Carmine #A10B2A

Tints of Carmine #A10B2A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.14%

 BLUE value IS 42 (16.8% from 255) = 19.63%

R = 75.23%
G = 5.14%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A10B2A (or 0xA10B2A) is known color: Carmine. HEX triplet: A1, 0B and 2A. RGB value is (161,11,42). Sum of RGB (Red+Green+Blue) = 161+11+42=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A10B2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10B2A is #5EF4D5. Grayscale: #3B3B3B. Windows color (decimal): -6223062 or 2755489. OLE color: 2755489.

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

Color convert

RGB 161 11 42 -
CMYK 0 0.93 0.74 0.37
HSL 347.6º 0.87% 0.34% -
HSV(B) 347.6º 0.93% 0.63% -
XYZ 15.24 7.98 2.93 -
YUV 59.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 161 11 42 0 0.93 0.74 0.37 347.6 0.87 0.34
Hex A1 B 2A 0 5D 4A 25 15C 57 22
Octal 241 13 52 0 135 112 45 534 127 42
Binary 10100001 1011 101010 0 1011101 1001010 100101 101011100 1010111 100010

Color Harmonies of #A10B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10B2A

Black with #A10B2A

Text Example


Text Example

White with #A10B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10B2A; }

 p { color: rgb(161,11,42); }

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

background-color css

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

 a { background-color: rgb(161,11,42); }

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

border-color css

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

 span { border-color: rgb(161,11,42); }

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