Html Css Color HEX #A51422 Carmine

📋 copy color: '#A51422'

red 165 ◦ green 20 ◦ blue 34

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

Shades of Carmine #A51422

Tints of Carmine #A51422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.13%

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

R = 75.34%
G = 9.13%
B = 15.53%

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

#A51422 (or 0xA51422) is known color: Carmine. HEX triplet: A5, 14 and 22. RGB value is (165,20,34). Sum of RGB (Red+Green+Blue) = 165+20+34=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A51422 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51422 is #5AEBDD. Grayscale: #414141. Windows color (decimal): -5958622 or 2233509. OLE color: 2233509.

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

Color convert

RGB 165 20 34 -
CMYK 0 0.88 0.79 0.35
HSL 354.21º 0.78% 0.36% -
HSV(B) 354.21º 0.88% 0.65% -
XYZ 16.06 8.62 2.33 -
YUV 64.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 165 20 34 0 0.88 0.79 0.35 354.21 0.78 0.36
Hex A5 14 22 0 58 4F 23 162 4E 24
Octal 245 24 42 0 130 117 43 542 116 44
Binary 10100101 10100 100010 0 1011000 1001111 100011 101100010 1001110 100100

Color Harmonies of #A51422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51422

Black with #A51422

Text Example


Text Example

White with #A51422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51422; }

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

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

background-color css

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

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

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

border-color css

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

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

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