Html Css Color HEX #A50810 Carmine

📋 copy color: '#A50810'

red 165 ◦ green 8 ◦ blue 16

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

Shades of Carmine #A50810

Tints of Carmine #A50810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.47%

R = 87.3%
G = 4.23%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A50810 (or 0xA50810) is known color: Carmine. HEX triplet: A5, 08 and 10. RGB value is (165,8,16). Sum of RGB (Red+Green+Blue) = 165+8+16=189 (25% of max value = 765). Red value is 165 (64.84% from 255 or 87.30% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 165 - color contains mainly: red. Hex color #A50810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50810 is #5AF7EF. Grayscale: #373737. Windows color (decimal): -5961712 or 1050789. OLE color: 1050789.

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

Color convert

RGB 165 8 16 -
CMYK 0 0.95 0.90 0.35
HSL 356.94º 0.91% 0.34% -
HSV(B) 356.94º 0.95% 0.65% -
XYZ 15.7 8.21 1.25 -
YUV 55.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 165 8 16 0 0.95 0.90 0.35 356.94 0.91 0.34
Hex A5 8 10 0 5F 5A 23 165 5B 22
Octal 245 10 20 0 137 132 43 545 133 42
Binary 10100101 1000 10000 0 1011111 1011010 100011 101100101 1011011 100010

Color Harmonies of #A50810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50810

Black with #A50810

Text Example


Text Example

White with #A50810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50810; }

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

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

background-color css

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

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

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

border-color css

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

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

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