Html Css Color HEX #A50013 Carmine

📋 copy color: '#A50013'

red 165 ◦ green 0 ◦ blue 19

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

Shades of Carmine #A50013

Tints of Carmine #A50013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89.67%
G = 0%
B = 10.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A50013 (or 0xA50013) is known color: Carmine. HEX triplet: A5, 00 and 13. RGB value is (165,0,19). Sum of RGB (Red+Green+Blue) = 165+0+19=184 (24% of max value = 765). Red value is 165 (64.84% from 255 or 89.67% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 165 - color contains mainly: red. Hex color #A50013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50013 is #5AFFEC. Grayscale: #333333. Windows color (decimal): -5963757 or 1245349. OLE color: 1245349.

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

Color convert

RGB 165 0 19 -
CMYK 0 1 0.88 0.35
HSL 353.09º 1% 0.32% -
HSV(B) 353.09º 1% 0.65% -
XYZ 15.63 8.05 1.35 -
YUV 51.5 109.66 208.96 -
System Red Green Blue C M Y K H S L
Decimal 165 0 19 0 1 0.88 0.35 353.09 1 0.32
Hex A5 0 13 0 64 58 23 161 64 20
Octal 245 0 23 0 144 130 43 541 144 40
Binary 10100101 0 10011 0 1100100 1011000 100011 101100001 1100100 100000

Color Harmonies of #A50013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50013

Black with #A50013

Text Example


Text Example

White with #A50013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50013; }

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

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

background-color css

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

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

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

border-color css

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

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

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