Html Css Color HEX #A10634 Carmine

📋 copy color: '#A10634'

red 161 ◦ green 6 ◦ blue 52

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

Shades of Carmine #A10634

Tints of Carmine #A10634

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.74%

 BLUE value IS 52 (20.7% from 255) = 23.74%

R = 73.52%
G = 2.74%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A10634 (or 0xA10634) is known color: Carmine. HEX triplet: A1, 06 and 34. RGB value is (161,6,52). Sum of RGB (Red+Green+Blue) = 161+6+52=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A10634 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10634 is #5EF9CB. Grayscale: #393939. Windows color (decimal): -6224332 or 3409569. OLE color: 3409569.

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

Color convert

RGB 161 6 52 -
CMYK 0 0.96 0.68 0.37
HSL 342.19º 0.93% 0.33% -
HSV(B) 342.19º 0.96% 0.63% -
XYZ 15.38 7.96 3.97 -
YUV 57.59 124.85 201.76 -
System Red Green Blue C M Y K H S L
Decimal 161 6 52 0 0.96 0.68 0.37 342.19 0.93 0.33
Hex A1 6 34 0 60 44 25 156 5D 21
Octal 241 6 64 0 140 104 45 526 135 41
Binary 10100001 110 110100 0 1100000 1000100 100101 101010110 1011101 100001

Color Harmonies of #A10634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10634

Black with #A10634

Text Example


Text Example

White with #A10634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10634; }

 p { color: rgb(161,6,52); }

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

background-color css

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

 a { background-color: rgb(161,6,52); }

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

border-color css

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

 span { border-color: rgb(161,6,52); }

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