Html Css Color HEX #A51318 Carmine

📋 copy color: '#A51318'

red 165 ◦ green 19 ◦ blue 24

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

Shades of Carmine #A51318

Tints of Carmine #A51318

RGB

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

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

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

R = 79.33%
G = 9.13%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A51318 (or 0xA51318) is known color: Carmine. HEX triplet: A5, 13 and 18. RGB value is (165,19,24). Sum of RGB (Red+Green+Blue) = 165+19+24=208 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.33% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 165 - color contains mainly: red. Hex color #A51318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51318 is #5AECE7. Grayscale: #3F3F3F. Windows color (decimal): -5958888 or 1577893. OLE color: 1577893.

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

Color convert

RGB 165 19 24 -
CMYK 0 0.88 0.85 0.35
HSL 357.95º 0.79% 0.36% -
HSV(B) 357.95º 0.88% 0.65% -
XYZ 15.91 8.53 1.67 -
YUV 63.22 105.87 200.59 -
System Red Green Blue C M Y K H S L
Decimal 165 19 24 0 0.88 0.85 0.35 357.95 0.79 0.36
Hex A5 13 18 0 58 55 23 166 4F 24
Octal 245 23 30 0 130 125 43 546 117 44
Binary 10100101 10011 11000 0 1011000 1010101 100011 101100110 1001111 100100

Color Harmonies of #A51318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51318

Black with #A51318

Text Example


Text Example

White with #A51318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51318; }

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

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

background-color css

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

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

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

border-color css

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

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

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