Html Css Color HEX #A31419 Carmine

📋 copy color: '#A31419'

red 163 ◦ green 20 ◦ blue 25

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

Shades of Carmine #A31419

Tints of Carmine #A31419

RGB

 RED value IS 163 (64.06% from 255) = 78.37%

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

 BLUE value IS 25 (10.16% from 255) = 12.02%

R = 78.37%
G = 9.62%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A31419 (or 0xA31419) is known color: Carmine. HEX triplet: A3, 14 and 19. RGB value is (163,20,25). Sum of RGB (Red+Green+Blue) = 163+20+25=208 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.37% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 163 - color contains mainly: red. Hex color #A31419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31419 is #5CEBE6. Grayscale: #3F3F3F. Windows color (decimal): -6089703 or 1643683. OLE color: 1643683.

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

Color convert

RGB 163 20 25 -
CMYK 0 0.88 0.85 0.36
HSL 357.9º 0.78% 0.36% -
HSV(B) 357.9º 0.88% 0.64% -
XYZ 15.53 8.36 1.71 -
YUV 63.33 106.38 199.09 -
System Red Green Blue C M Y K H S L
Decimal 163 20 25 0 0.88 0.85 0.36 357.9 0.78 0.36
Hex A3 14 19 0 58 55 24 166 4E 24
Octal 243 24 31 0 130 125 44 546 116 44
Binary 10100011 10100 11001 0 1011000 1010101 100100 101100110 1001110 100100

Color Harmonies of #A31419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31419

Black with #A31419

Text Example


Text Example

White with #A31419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31419; }

 p { color: rgb(163,20,25); }

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

background-color css

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

 a { background-color: rgb(163,20,25); }

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

border-color css

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

 span { border-color: rgb(163,20,25); }

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