Html Css Color HEX #A50436 Carmine

📋 copy color: '#A50436'

red 165 ◦ green 4 ◦ blue 54

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

Shades of Carmine #A50436

Tints of Carmine #A50436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

 BLUE value IS 54 (21.48% from 255) = 24.22%

R = 73.99%
G = 1.79%
B = 24.22%

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

#A50436 (or 0xA50436) is known color: Carmine. HEX triplet: A5, 04 and 36. RGB value is (165,4,54). Sum of RGB (Red+Green+Blue) = 165+4+54=223 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.99% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 165 - color contains mainly: red. Hex color #A50436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50436 is #5AFBC9. Grayscale: #393939. Windows color (decimal): -5962698 or 3540133. OLE color: 3540133.

HSL color Cylindrical-coordinate representation of color #A50436: hue angle of 341.37º degrees, saturation: 0.95, 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 #A50436 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 4 54 -
CMYK 0 0.98 0.67 0.35
HSL 341.37º 0.95% 0.33% -
HSV(B) 341.37º 0.98% 0.65% -
XYZ 16.23 8.35 4.25 -
YUV 57.84 125.84 204.43 -
System Red Green Blue C M Y K H S L
Decimal 165 4 54 0 0.98 0.67 0.35 341.37 0.95 0.33
Hex A5 4 36 0 62 43 23 155 5F 21
Octal 245 4 66 0 142 103 43 525 137 41
Binary 10100101 100 110110 0 1100010 1000011 100011 101010101 1011111 100001

Color Harmonies of #A50436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50436

Black with #A50436

Text Example


Text Example

White with #A50436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50436; }

 p { color: rgb(165,4,54); }

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

background-color css

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

 a { background-color: rgb(165,4,54); }

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

border-color css

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

 span { border-color: rgb(165,4,54); }

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