Html Css Color HEX #A10321 Carmine

📋 copy color: '#A10321'

red 161 ◦ green 3 ◦ blue 33

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

Shades of Carmine #A10321

Tints of Carmine #A10321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

 BLUE value IS 33 (13.28% from 255) = 16.75%

R = 81.73%
G = 1.52%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A10321 (or 0xA10321) is known color: Carmine. HEX triplet: A1, 03 and 21. RGB value is (161,3,33). Sum of RGB (Red+Green+Blue) = 161+3+33=197 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.73% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 161 - color contains mainly: red. Hex color #A10321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10321 is #5EFCDE. Grayscale: #353535. Windows color (decimal): -6225119 or 2163617. OLE color: 2163617.

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

Color convert

RGB 161 3 33 -
CMYK 0 0.98 0.80 0.37
HSL 348.61º 0.96% 0.32% -
HSV(B) 348.61º 0.98% 0.63% -
XYZ 15.01 7.75 2.14 -
YUV 53.66 116.35 204.56 -
System Red Green Blue C M Y K H S L
Decimal 161 3 33 0 0.98 0.80 0.37 348.61 0.96 0.32
Hex A1 3 21 0 62 50 25 15D 60 20
Octal 241 3 41 0 142 120 45 535 140 40
Binary 10100001 11 100001 0 1100010 1010000 100101 101011101 1100000 100000

Color Harmonies of #A10321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10321

Black with #A10321

Text Example


Text Example

White with #A10321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10321; }

 p { color: rgb(161,3,33); }

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

background-color css

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

 a { background-color: rgb(161,3,33); }

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

border-color css

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

 span { border-color: rgb(161,3,33); }

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