Html Css Color HEX #A50337 Carmine

📋 copy color: '#A50337'

red 165 ◦ green 3 ◦ blue 55

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

Shades of Carmine #A50337

Tints of Carmine #A50337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 73.99%
G = 1.35%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A50337 (or 0xA50337) is known color: Carmine. HEX triplet: A5, 03 and 37. RGB value is (165,3,55). Sum of RGB (Red+Green+Blue) = 165+3+55=223 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.99% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 165 - color contains mainly: red. Hex color #A50337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50337 is #5AFCC8. Grayscale: #393939. Windows color (decimal): -5962953 or 3605413. OLE color: 3605413.

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

Color convert

RGB 165 3 55 -
CMYK 0 0.98 0.67 0.35
HSL 340.74º 0.96% 0.33% -
HSV(B) 340.74º 0.98% 0.65% -
XYZ 16.24 8.34 4.37 -
YUV 57.37 126.67 204.77 -
System Red Green Blue C M Y K H S L
Decimal 165 3 55 0 0.98 0.67 0.35 340.74 0.96 0.33
Hex A5 3 37 0 62 43 23 155 60 21
Octal 245 3 67 0 142 103 43 525 140 41
Binary 10100101 11 110111 0 1100010 1000011 100011 101010101 1100000 100001

Color Harmonies of #A50337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50337

Black with #A50337

Text Example


Text Example

White with #A50337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50337; }

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

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

background-color css

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

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

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

border-color css

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

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

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