Html Css Color HEX #A51322 Carmine

📋 copy color: '#A51322'

red 165 ◦ green 19 ◦ blue 34

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

Shades of Carmine #A51322

Tints of Carmine #A51322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.6%

R = 75.69%
G = 8.72%
B = 15.6%

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

#A51322 (or 0xA51322) is known color: Carmine. HEX triplet: A5, 13 and 22. RGB value is (165,19,34). Sum of RGB (Red+Green+Blue) = 165+19+34=218 (28% of max value = 765). Red value is 165 (64.84% from 255 or 75.69% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 34 (13.67% from 255 or 15.60% from 218); Max value from RGB is 165 - color contains mainly: red. Hex color #A51322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51322 is #5AECDD. Grayscale: #404040. Windows color (decimal): -5958878 or 2233253. OLE color: 2233253.

HSL color Cylindrical-coordinate representation of color #A51322: hue angle of 353.84º 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 #A51322 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 19 34 -
CMYK 0 0.88 0.79 0.35
HSL 353.84º 0.79% 0.36% -
HSV(B) 353.84º 0.88% 0.65% -
XYZ 16.04 8.58 2.32 -
YUV 64.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 165 19 34 0 0.88 0.79 0.35 353.84 0.79 0.36
Hex A5 13 22 0 58 4F 23 162 4F 24
Octal 245 23 42 0 130 117 43 542 117 44
Binary 10100101 10011 100010 0 1011000 1001111 100011 101100010 1001111 100100

Color Harmonies of #A51322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51322

Black with #A51322

Text Example


Text Example

White with #A51322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51322; }

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

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

background-color css

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

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

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

border-color css

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

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

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