Html Css Color HEX #A51323 Carmine

📋 copy color: '#A51323'

red 165 ◦ green 19 ◦ blue 35

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

Shades of Carmine #A51323

Tints of Carmine #A51323

RGB

 RED value IS 165 (64.84% from 255) = 75.34%

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

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

R = 75.34%
G = 8.68%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A51323 (or 0xA51323) is known color: Carmine. HEX triplet: A5, 13 and 23. RGB value is (165,19,35). Sum of RGB (Red+Green+Blue) = 165+19+35=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A51323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51323 is #5AECDC. Grayscale: #404040. Windows color (decimal): -5958877 or 2298789. OLE color: 2298789.

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

Color convert

RGB 165 19 35 -
CMYK 0 0.88 0.79 0.35
HSL 353.42º 0.79% 0.36% -
HSV(B) 353.42º 0.88% 0.65% -
XYZ 16.05 8.59 2.4 -
YUV 64.48 111.37 199.7 -
System Red Green Blue C M Y K H S L
Decimal 165 19 35 0 0.88 0.79 0.35 353.42 0.79 0.36
Hex A5 13 23 0 58 4F 23 161 4F 24
Octal 245 23 43 0 130 117 43 541 117 44
Binary 10100101 10011 100011 0 1011000 1001111 100011 101100001 1001111 100100

Color Harmonies of #A51323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51323

Black with #A51323

Text Example


Text Example

White with #A51323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51323; }

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

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

background-color css

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

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

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

border-color css

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

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

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