Html Css Color HEX #A50313 Carmine

📋 copy color: '#A50313'

red 165 ◦ green 3 ◦ blue 19

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

Shades of Carmine #A50313

Tints of Carmine #A50313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 88.24%
G = 1.6%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A50313 (or 0xA50313) is known color: Carmine. HEX triplet: A5, 03 and 13. RGB value is (165,3,19). Sum of RGB (Red+Green+Blue) = 165+3+19=187 (24% of max value = 765). Red value is 165 (64.84% from 255 or 88.24% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 165 - color contains mainly: red. Hex color #A50313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50313 is #5AFCEC. Grayscale: #353535. Windows color (decimal): -5962989 or 1246117. OLE color: 1246117.

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

Color convert

RGB 165 3 19 -
CMYK 0 0.98 0.88 0.35
HSL 354.07º 0.96% 0.33% -
HSV(B) 354.07º 0.98% 0.65% -
XYZ 15.67 8.11 1.36 -
YUV 53.26 108.67 207.7 -
System Red Green Blue C M Y K H S L
Decimal 165 3 19 0 0.98 0.88 0.35 354.07 0.96 0.33
Hex A5 3 13 0 62 58 23 162 60 21
Octal 245 3 23 0 142 130 43 542 140 41
Binary 10100101 11 10011 0 1100010 1011000 100011 101100010 1100000 100001

Color Harmonies of #A50313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50313

Black with #A50313

Text Example


Text Example

White with #A50313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50313; }

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

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

background-color css

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

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

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

border-color css

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

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

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