Html Css Color HEX #A50113 Carmine

📋 copy color: '#A50113'

red 165 ◦ green 1 ◦ blue 19

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

Shades of Carmine #A50113

Tints of Carmine #A50113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 19 (7.81% from 255) = 10.27%

R = 89.19%
G = 0.54%
B = 10.27%

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

#A50113 (or 0xA50113) is known color: Carmine. HEX triplet: A5, 01 and 13. RGB value is (165,1,19). Sum of RGB (Red+Green+Blue) = 165+1+19=185 (24% of max value = 765). Red value is 165 (64.84% from 255 or 89.19% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 165 - color contains mainly: red. Hex color #A50113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50113 is #5AFEEC. Grayscale: #343434. Windows color (decimal): -5963501 or 1245605. OLE color: 1245605.

HSL color Cylindrical-coordinate representation of color #A50113: hue angle of 353.41º degrees, saturation: 0.99, 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 #A50113 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 1 19 -
CMYK 0 0.99 0.88 0.35
HSL 353.41º 0.99% 0.33% -
HSV(B) 353.41º 0.99% 0.65% -
XYZ 15.65 8.07 1.35 -
YUV 52.09 109.33 208.54 -
System Red Green Blue C M Y K H S L
Decimal 165 1 19 0 0.99 0.88 0.35 353.41 0.99 0.33
Hex A5 1 13 0 63 58 23 161 63 21
Octal 245 1 23 0 143 130 43 541 143 41
Binary 10100101 1 10011 0 1100011 1011000 100011 101100001 1100011 100001

Color Harmonies of #A50113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50113

Black with #A50113

Text Example


Text Example

White with #A50113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50113; }

 p { color: rgb(165,1,19); }

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

background-color css

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

 a { background-color: rgb(165,1,19); }

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

border-color css

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

 span { border-color: rgb(165,1,19); }

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