Html Css Color HEX #A50A12 Carmine

📋 copy color: '#A50A12'

red 165 ◦ green 10 ◦ blue 18

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

Shades of Carmine #A50A12

Tints of Carmine #A50A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.18%

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

R = 85.49%
G = 5.18%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A50A12 (or 0xA50A12) is known color: Carmine. HEX triplet: A5, 0A and 12. RGB value is (165,10,18). Sum of RGB (Red+Green+Blue) = 165+10+18=193 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.49% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50A12 is #5AF5ED. Grayscale: #393939. Windows color (decimal): -5961198 or 1182373. OLE color: 1182373.

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

Color convert

RGB 165 10 18 -
CMYK 0 0.94 0.89 0.35
HSL 356.9º 0.89% 0.34% -
HSV(B) 356.9º 0.94% 0.65% -
XYZ 15.73 8.26 1.34 -
YUV 57.26 105.85 204.85 -
System Red Green Blue C M Y K H S L
Decimal 165 10 18 0 0.94 0.89 0.35 356.9 0.89 0.34
Hex A5 A 12 0 5E 59 23 165 59 22
Octal 245 12 22 0 136 131 43 545 131 42
Binary 10100101 1010 10010 0 1011110 1011001 100011 101100101 1011001 100010

Color Harmonies of #A50A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50A12

Black with #A50A12

Text Example


Text Example

White with #A50A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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