Html Css Color HEX #A50010 Carmine

📋 copy color: '#A50010'

red 165 ◦ green 0 ◦ blue 16

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

Shades of Carmine #A50010

Tints of Carmine #A50010

RGB

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

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

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

R = 91.16%
G = 0%
B = 8.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A50010 (or 0xA50010) is known color: Carmine. HEX triplet: A5, 00 and 10. RGB value is (165,0,16). Sum of RGB (Red+Green+Blue) = 165+0+16=181 (23% of max value = 765). Red value is 165 (64.84% from 255 or 91.16% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 165 - color contains mainly: red. Hex color #A50010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50010 is #5AFFEF. Grayscale: #333333. Windows color (decimal): -5963760 or 1048741. OLE color: 1048741.

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

Color convert

RGB 165 0 16 -
CMYK 0 1 0.90 0.35
HSL 354.18º 1% 0.32% -
HSV(B) 354.18º 1% 0.65% -
XYZ 15.61 8.04 1.22 -
YUV 51.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 165 0 16 0 1 0.90 0.35 354.18 1 0.32
Hex A5 0 10 0 64 5A 23 162 64 20
Octal 245 0 20 0 144 132 43 542 144 40
Binary 10100101 0 10000 0 1100100 1011010 100011 101100010 1100100 100000

Color Harmonies of #A50010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50010

Black with #A50010

Text Example


Text Example

White with #A50010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50010; }

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

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

background-color css

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

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

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

border-color css

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

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

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