Html Css Color HEX #A50C2A Carmine

📋 copy color: '#A50C2A'

red 165 ◦ green 12 ◦ blue 42

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

Shades of Carmine #A50C2A

Tints of Carmine #A50C2A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.48%

 BLUE value IS 42 (16.8% from 255) = 19.18%

R = 75.34%
G = 5.48%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A50C2A (or 0xA50C2A) is known color: Carmine. HEX triplet: A5, 0C and 2A. RGB value is (165,12,42). Sum of RGB (Red+Green+Blue) = 165+12+42=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C2A is #5AF3D5. Grayscale: #3D3D3D. Windows color (decimal): -5960662 or 2755749. OLE color: 2755749.

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

Color convert

RGB 165 12 42 -
CMYK 0 0.93 0.75 0.35
HSL 348.24º 0.86% 0.35% -
HSV(B) 348.24º 0.93% 0.65% -
XYZ 16.07 8.43 2.97 -
YUV 61.17 117.19 202.06 -
System Red Green Blue C M Y K H S L
Decimal 165 12 42 0 0.93 0.75 0.35 348.24 0.86 0.35
Hex A5 C 2A 0 5D 4B 23 15C 56 23
Octal 245 14 52 0 135 113 43 534 126 43
Binary 10100101 1100 101010 0 1011101 1001011 100011 101011100 1010110 100011

Color Harmonies of #A50C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50C2A

Black with #A50C2A

Text Example


Text Example

White with #A50C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50C2A; }

 p { color: rgb(165,12,42); }

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

background-color css

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

 a { background-color: rgb(165,12,42); }

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

border-color css

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

 span { border-color: rgb(165,12,42); }

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