Html Css Color HEX #A31415 Carmine

📋 copy color: '#A31415'

red 163 ◦ green 20 ◦ blue 21

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

Shades of Carmine #A31415

Tints of Carmine #A31415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.29%

R = 79.9%
G = 9.8%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A31415 (or 0xA31415) is known color: Carmine. HEX triplet: A3, 14 and 15. RGB value is (163,20,21). Sum of RGB (Red+Green+Blue) = 163+20+21=204 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.90% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 163 - color contains mainly: red. Hex color #A31415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31415 is #5CEBEA. Grayscale: #3F3F3F. Windows color (decimal): -6089707 or 1381539. OLE color: 1381539.

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

Color convert

RGB 163 20 21 -
CMYK 0 0.88 0.87 0.36
HSL 359.58º 0.78% 0.36% -
HSV(B) 359.58º 0.88% 0.64% -
XYZ 15.49 8.34 1.5 -
YUV 62.87 104.38 199.42 -
System Red Green Blue C M Y K H S L
Decimal 163 20 21 0 0.88 0.87 0.36 359.58 0.78 0.36
Hex A3 14 15 0 58 57 24 168 4E 24
Octal 243 24 25 0 130 127 44 550 116 44
Binary 10100011 10100 10101 0 1011000 1010111 100100 101101000 1001110 100100

Color Harmonies of #A31415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31415

Black with #A31415

Text Example


Text Example

White with #A31415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31415; }

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

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

background-color css

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

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

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

border-color css

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

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

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