Html Css Color HEX #A50819 Carmine

📋 copy color: '#A50819'

red 165 ◦ green 8 ◦ blue 25

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

Shades of Carmine #A50819

Tints of Carmine #A50819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.04%

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

R = 83.33%
G = 4.04%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A50819 (or 0xA50819) is known color: Carmine. HEX triplet: A5, 08 and 19. RGB value is (165,8,25). Sum of RGB (Red+Green+Blue) = 165+8+25=198 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.33% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 165 - color contains mainly: red. Hex color #A50819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50819 is #5AF7E6. Grayscale: #383838. Windows color (decimal): -5961703 or 1640613. OLE color: 1640613.

HSL color Cylindrical-coordinate representation of color #A50819: hue angle of 353.5º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50819 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 8 25 -
CMYK 0 0.95 0.85 0.35
HSL 353.5º 0.91% 0.34% -
HSV(B) 353.5º 0.95% 0.65% -
XYZ 15.78 8.24 1.68 -
YUV 56.88 110.01 205.12 -
System Red Green Blue C M Y K H S L
Decimal 165 8 25 0 0.95 0.85 0.35 353.5 0.91 0.34
Hex A5 8 19 0 5F 55 23 162 5B 22
Octal 245 10 31 0 137 125 43 542 133 42
Binary 10100101 1000 11001 0 1011111 1010101 100011 101100010 1011011 100010

Color Harmonies of #A50819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50819

Black with #A50819

Text Example


Text Example

White with #A50819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50819; }

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

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

background-color css

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

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

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

border-color css

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

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

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