Html Css Color HEX #A50426 Carmine

📋 copy color: '#A50426'

red 165 ◦ green 4 ◦ blue 38

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

Shades of Carmine #A50426

Tints of Carmine #A50426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.36%

R = 79.71%
G = 1.93%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A50426 (or 0xA50426) is known color: Carmine. HEX triplet: A5, 04 and 26. RGB value is (165,4,38). Sum of RGB (Red+Green+Blue) = 165+4+38=207 (27% of max value = 765). Red value is 165 (64.84% from 255 or 79.71% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 165 - color contains mainly: red. Hex color #A50426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50426 is #5AFBD9. Grayscale: #383838. Windows color (decimal): -5962714 or 2491557. OLE color: 2491557.

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

Color convert

RGB 165 4 38 -
CMYK 0 0.98 0.77 0.35
HSL 347.33º 0.95% 0.33% -
HSV(B) 347.33º 0.98% 0.65% -
XYZ 15.91 8.23 2.58 -
YUV 56.02 117.84 205.74 -
System Red Green Blue C M Y K H S L
Decimal 165 4 38 0 0.98 0.77 0.35 347.33 0.95 0.33
Hex A5 4 26 0 62 4D 23 15B 5F 21
Octal 245 4 46 0 142 115 43 533 137 41
Binary 10100101 100 100110 0 1100010 1001101 100011 101011011 1011111 100001

Color Harmonies of #A50426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50426

Black with #A50426

Text Example


Text Example

White with #A50426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50426; }

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

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

background-color css

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

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

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

border-color css

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

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

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