Html Css Color HEX #A50737 Carmine

📋 copy color: '#A50737'

red 165 ◦ green 7 ◦ blue 55

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

Shades of Carmine #A50737

Tints of Carmine #A50737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.08%

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

R = 72.69%
G = 3.08%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A50737 (or 0xA50737) is known color: Carmine. HEX triplet: A5, 07 and 37. RGB value is (165,7,55). Sum of RGB (Red+Green+Blue) = 165+7+55=227 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.69% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 165 - color contains mainly: red. Hex color #A50737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50737 is #5AF8C8. Grayscale: #3B3B3B. Windows color (decimal): -5961929 or 3606437. OLE color: 3606437.

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

Color convert

RGB 165 7 55 -
CMYK 0 0.96 0.67 0.35
HSL 341.77º 0.92% 0.34% -
HSV(B) 341.77º 0.96% 0.65% -
XYZ 16.28 8.43 4.38 -
YUV 59.71 125.35 203.1 -
System Red Green Blue C M Y K H S L
Decimal 165 7 55 0 0.96 0.67 0.35 341.77 0.92 0.34
Hex A5 7 37 0 60 43 23 156 5C 22
Octal 245 7 67 0 140 103 43 526 134 42
Binary 10100101 111 110111 0 1100000 1000011 100011 101010110 1011100 100010

Color Harmonies of #A50737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50737

Black with #A50737

Text Example


Text Example

White with #A50737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50737; }

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

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

background-color css

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

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

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

border-color css

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

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

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