Html Css Color HEX #A51013 Carmine

📋 copy color: '#A51013'

red 165 ◦ green 16 ◦ blue 19

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

Shades of Carmine #A51013

Tints of Carmine #A51013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8%

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 82.5%
G = 8%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A51013 (or 0xA51013) is known color: Carmine. HEX triplet: A5, 10 and 13. RGB value is (165,16,19). Sum of RGB (Red+Green+Blue) = 165+16+19=200 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 165 - color contains mainly: red. Hex color #A51013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A51013 is #5AEFEC. Grayscale: #3D3D3D. Windows color (decimal): -5959661 or 1249445. OLE color: 1249445.

HSL color Cylindrical-coordinate representation of color #A51013: hue angle of 358.79º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51013 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 16 19 -
CMYK 0 0.90 0.88 0.35
HSL 358.79º 0.82% 0.35% -
HSV(B) 358.79º 0.9% 0.65% -
XYZ 15.82 8.42 1.41 -
YUV 60.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 165 16 19 0 0.90 0.88 0.35 358.79 0.82 0.35
Hex A5 10 13 0 5A 58 23 167 52 23
Octal 245 20 23 0 132 130 43 547 122 43
Binary 10100101 10000 10011 0 1011010 1011000 100011 101100111 1010010 100011

Color Harmonies of #A51013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51013

Black with #A51013

Text Example


Text Example

White with #A51013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51013; }

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

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

background-color css

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

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

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

border-color css

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

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

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