Html Css Color HEX #A50019 Carmine

📋 copy color: '#A50019'

red 165 ◦ green 0 ◦ blue 25

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

Shades of Carmine #A50019

Tints of Carmine #A50019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.16%

R = 86.84%
G = 0%
B = 13.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A50019 (or 0xA50019) is known color: Carmine. HEX triplet: A5, 00 and 19. RGB value is (165,0,25). Sum of RGB (Red+Green+Blue) = 165+0+25=190 (25% of max value = 765). Red value is 165 (64.84% from 255 or 86.84% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 165 - color contains mainly: red. Hex color #A50019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50019 is #5AFFE6. Grayscale: #343434. Windows color (decimal): -5963751 or 1638565. OLE color: 1638565.

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

Color convert

RGB 165 0 25 -
CMYK 0 1 0.85 0.35
HSL 350.91º 1% 0.32% -
HSV(B) 350.91º 1% 0.65% -
XYZ 15.69 8.07 1.65 -
YUV 52.19 112.66 208.47 -
System Red Green Blue C M Y K H S L
Decimal 165 0 25 0 1 0.85 0.35 350.91 1 0.32
Hex A5 0 19 0 64 55 23 15F 64 20
Octal 245 0 31 0 144 125 43 537 144 40
Binary 10100101 0 11001 0 1100100 1010101 100011 101011111 1100100 100000

Color Harmonies of #A50019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50019

Black with #A50019

Text Example


Text Example

White with #A50019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50019; }

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

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

background-color css

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

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

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

border-color css

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

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

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