Html Css Color HEX #A50214 Carmine

📋 copy color: '#A50214'

red 165 ◦ green 2 ◦ blue 20

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

Shades of Carmine #A50214

Tints of Carmine #A50214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

 BLUE value IS 20 (8.2% from 255) = 10.7%

R = 88.24%
G = 1.07%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A50214 (or 0xA50214) is known color: Carmine. HEX triplet: A5, 02 and 14. RGB value is (165,2,20). Sum of RGB (Red+Green+Blue) = 165+2+20=187 (24% of max value = 765). Red value is 165 (64.84% from 255 or 88.24% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 165 - color contains mainly: red. Hex color #A50214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50214 is #5AFDEB. Grayscale: #343434. Windows color (decimal): -5963244 or 1311397. OLE color: 1311397.

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

Color convert

RGB 165 2 20 -
CMYK 0 0.99 0.88 0.35
HSL 353.37º 0.98% 0.33% -
HSV(B) 353.37º 0.99% 0.65% -
XYZ 15.67 8.09 1.4 -
YUV 52.79 109.5 208.04 -
System Red Green Blue C M Y K H S L
Decimal 165 2 20 0 0.99 0.88 0.35 353.37 0.98 0.33
Hex A5 2 14 0 63 58 23 161 62 21
Octal 245 2 24 0 143 130 43 541 142 41
Binary 10100101 10 10100 0 1100011 1011000 100011 101100001 1100010 100001

Color Harmonies of #A50214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50214

Black with #A50214

Text Example


Text Example

White with #A50214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50214; }

 p { color: rgb(165,2,20); }

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

background-color css

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

 a { background-color: rgb(165,2,20); }

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

border-color css

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

 span { border-color: rgb(165,2,20); }

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