Html Css Color HEX #A50037 Carmine

📋 copy color: '#A50037'

red 165 ◦ green 0 ◦ blue 55

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

Shades of Carmine #A50037

Tints of Carmine #A50037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 55 (21.88% from 255) = 25%

R = 75%
G = 0%
B = 25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A50037 (or 0xA50037) is known color: Carmine. HEX triplet: A5, 00 and 37. RGB value is (165,0,55). Sum of RGB (Red+Green+Blue) = 165+0+55=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A50037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50037 is #5AFFC8. Grayscale: #373737. Windows color (decimal): -5963721 or 3604645. OLE color: 3604645.

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

Color convert

RGB 165 0 55 -
CMYK 0 1 0.67 0.35
HSL 340º 1% 0.32% -
HSV(B) 340º 1% 0.65% -
XYZ 16.21 8.28 4.36 -
YUV 55.61 127.66 206.03 -
System Red Green Blue C M Y K H S L
Decimal 165 0 55 0 1 0.67 0.35 340 1 0.32
Hex A5 0 37 0 64 43 23 154 64 20
Octal 245 0 67 0 144 103 43 524 144 40
Binary 10100101 0 110111 0 1100100 1000011 100011 101010100 1100100 100000

Color Harmonies of #A50037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50037

Black with #A50037

Text Example


Text Example

White with #A50037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50037; }

 p { color: rgb(165,0,55); }

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

background-color css

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

 a { background-color: rgb(165,0,55); }

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

border-color css

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

 span { border-color: rgb(165,0,55); }

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