Html Css Color HEX #A50512 Carmine

📋 copy color: '#A50512'

red 165 ◦ green 5 ◦ blue 18

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

Shades of Carmine #A50512

Tints of Carmine #A50512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.66%

 BLUE value IS 18 (7.42% from 255) = 9.57%

R = 87.77%
G = 2.66%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A50512 (or 0xA50512) is known color: Carmine. HEX triplet: A5, 05 and 12. RGB value is (165,5,18). Sum of RGB (Red+Green+Blue) = 165+5+18=188 (24% of max value = 765). Red value is 165 (64.84% from 255 or 87.77% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 165 - color contains mainly: red. Hex color #A50512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50512 is #5AFAED. Grayscale: #363636. Windows color (decimal): -5962478 or 1181093. OLE color: 1181093.

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

Color convert

RGB 165 5 18 -
CMYK 0 0.97 0.89 0.35
HSL 355.13º 0.94% 0.33% -
HSV(B) 355.13º 0.97% 0.65% -
XYZ 15.68 8.15 1.32 -
YUV 54.32 107.51 206.94 -
System Red Green Blue C M Y K H S L
Decimal 165 5 18 0 0.97 0.89 0.35 355.13 0.94 0.33
Hex A5 5 12 0 61 59 23 163 5E 21
Octal 245 5 22 0 141 131 43 543 136 41
Binary 10100101 101 10010 0 1100001 1011001 100011 101100011 1011110 100001

Color Harmonies of #A50512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50512

Black with #A50512

Text Example


Text Example

White with #A50512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50512; }

 p { color: rgb(165,5,18); }

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

background-color css

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

 a { background-color: rgb(165,5,18); }

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

border-color css

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

 span { border-color: rgb(165,5,18); }

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