Html Css Color HEX #A10837 Carmine

📋 copy color: '#A10837'

red 161 ◦ green 8 ◦ blue 55

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

Shades of Carmine #A10837

Tints of Carmine #A10837

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.57%

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

R = 71.88%
G = 3.57%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A10837 (or 0xA10837) is known color: Carmine. HEX triplet: A1, 08 and 37. RGB value is (161,8,55). Sum of RGB (Red+Green+Blue) = 161+8+55=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A10837 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10837 is #5EF7C8. Grayscale: #3B3B3B. Windows color (decimal): -6223817 or 3606689. OLE color: 3606689.

HSL color Cylindrical-coordinate representation of color #A10837: hue angle of 341.57º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10837 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 8 55 -
CMYK 0 0.95 0.66 0.37
HSL 341.57º 0.91% 0.33% -
HSV(B) 341.57º 0.95% 0.63% -
XYZ 15.47 8.03 4.35 -
YUV 59.11 125.69 200.68 -
System Red Green Blue C M Y K H S L
Decimal 161 8 55 0 0.95 0.66 0.37 341.57 0.91 0.33
Hex A1 8 37 0 5F 42 25 156 5B 21
Octal 241 10 67 0 137 102 45 526 133 41
Binary 10100001 1000 110111 0 1011111 1000010 100101 101010110 1011011 100001

Color Harmonies of #A10837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10837

Black with #A10837

Text Example


Text Example

White with #A10837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10837; }

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

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

background-color css

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

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

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

border-color css

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

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

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