Html Css Color HEX #A50E14 Carmine

📋 copy color: '#A50E14'

red 165 ◦ green 14 ◦ blue 20

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

Shades of Carmine #A50E14

Tints of Carmine #A50E14

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.04%

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

R = 82.91%
G = 7.04%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A50E14 (or 0xA50E14) is known color: Carmine. HEX triplet: A5, 0E and 14. RGB value is (165,14,20). Sum of RGB (Red+Green+Blue) = 165+14+20=199 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.91% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50E14 is #5AF1EB. Grayscale: #3B3B3B. Windows color (decimal): -5960172 or 1314469. OLE color: 1314469.

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

Color convert

RGB 165 14 20 -
CMYK 0 0.92 0.88 0.35
HSL 357.62º 0.84% 0.35% -
HSV(B) 357.62º 0.92% 0.65% -
XYZ 15.8 8.36 1.44 -
YUV 59.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 165 14 20 0 0.92 0.88 0.35 357.62 0.84 0.35
Hex A5 E 14 0 5C 58 23 166 54 23
Octal 245 16 24 0 134 130 43 546 124 43
Binary 10100101 1110 10100 0 1011100 1011000 100011 101100110 1010100 100011

Color Harmonies of #A50E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50E14

Black with #A50E14

Text Example


Text Example

White with #A50E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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