Html Css Color HEX #A31418 Carmine

📋 copy color: '#A31418'

red 163 ◦ green 20 ◦ blue 24

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

Shades of Carmine #A31418

Tints of Carmine #A31418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.59%

R = 78.74%
G = 9.66%
B = 11.59%

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

#A31418 (or 0xA31418) is known color: Carmine. HEX triplet: A3, 14 and 18. RGB value is (163,20,24). Sum of RGB (Red+Green+Blue) = 163+20+24=207 (27% of max value = 765). Red value is 163 (64.06% from 255 or 78.74% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 163 - color contains mainly: red. Hex color #A31418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31418 is #5CEBE7. Grayscale: #3F3F3F. Windows color (decimal): -6089704 or 1578147. OLE color: 1578147.

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

Color convert

RGB 163 20 24 -
CMYK 0 0.88 0.85 0.36
HSL 358.32º 0.78% 0.36% -
HSV(B) 358.32º 0.88% 0.64% -
XYZ 15.52 8.35 1.66 -
YUV 63.21 105.88 199.17 -
System Red Green Blue C M Y K H S L
Decimal 163 20 24 0 0.88 0.85 0.36 358.32 0.78 0.36
Hex A3 14 18 0 58 55 24 166 4E 24
Octal 243 24 30 0 130 125 44 546 116 44
Binary 10100011 10100 11000 0 1011000 1010101 100100 101100110 1001110 100100

Color Harmonies of #A31418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31418

Black with #A31418

Text Example


Text Example

White with #A31418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31418; }

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

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

background-color css

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

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

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

border-color css

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

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

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