Html Css Color HEX #A10323 Carmine

📋 copy color: '#A10323'

red 161 ◦ green 3 ◦ blue 35

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

Shades of Carmine #A10323

Tints of Carmine #A10323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.59%

R = 80.9%
G = 1.51%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A10323 (or 0xA10323) is known color: Carmine. HEX triplet: A1, 03 and 23. RGB value is (161,3,35). Sum of RGB (Red+Green+Blue) = 161+3+35=199 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.90% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 161 - color contains mainly: red. Hex color #A10323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10323 is #5EFCDC. Grayscale: #353535. Windows color (decimal): -6225117 or 2294689. OLE color: 2294689.

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

Color convert

RGB 161 3 35 -
CMYK 0 0.98 0.78 0.37
HSL 347.85º 0.96% 0.32% -
HSV(B) 347.85º 0.98% 0.63% -
XYZ 15.03 7.76 2.3 -
YUV 53.89 117.35 204.4 -
System Red Green Blue C M Y K H S L
Decimal 161 3 35 0 0.98 0.78 0.37 347.85 0.96 0.32
Hex A1 3 23 0 62 4E 25 15C 60 20
Octal 241 3 43 0 142 116 45 534 140 40
Binary 10100001 11 100011 0 1100010 1001110 100101 101011100 1100000 100000

Color Harmonies of #A10323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10323

Black with #A10323

Text Example


Text Example

White with #A10323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10323; }

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

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

background-color css

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

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

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

border-color css

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

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

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