Html Css Color HEX #A41323 Carmine

📋 copy color: '#A41323'

red 164 ◦ green 19 ◦ blue 35

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

Shades of Carmine #A41323

Tints of Carmine #A41323

RGB

 RED value IS 164 (64.45% from 255) = 75.23%

 GREEN value IS 19 (7.81% from 255) = 8.72%

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

R = 75.23%
G = 8.72%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A41323 (or 0xA41323) is known color: Carmine. HEX triplet: A4, 13 and 23. RGB value is (164,19,35). Sum of RGB (Red+Green+Blue) = 164+19+35=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A41323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41323 is #5BECDC. Grayscale: #404040. Windows color (decimal): -6024413 or 2298788. OLE color: 2298788.

HSL color Cylindrical-coordinate representation of color #A41323: hue angle of 353.38º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41323 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 19 35 -
CMYK 0 0.88 0.79 0.36
HSL 353.38º 0.79% 0.36% -
HSV(B) 353.38º 0.88% 0.64% -
XYZ 15.85 8.48 2.39 -
YUV 64.18 111.54 199.2 -
System Red Green Blue C M Y K H S L
Decimal 164 19 35 0 0.88 0.79 0.36 353.38 0.79 0.36
Hex A4 13 23 0 58 4F 24 161 4F 24
Octal 244 23 43 0 130 117 44 541 117 44
Binary 10100100 10011 100011 0 1011000 1001111 100100 101100001 1001111 100100

Color Harmonies of #A41323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41323

Black with #A41323

Text Example


Text Example

White with #A41323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41323; }

 p { color: rgb(164,19,35); }

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

background-color css

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

 a { background-color: rgb(164,19,35); }

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

border-color css

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

 span { border-color: rgb(164,19,35); }

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