Html Css Color HEX #A50038 Carmine

📋 copy color: '#A50038'

red 165 ◦ green 0 ◦ blue 56

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

Shades of Carmine #A50038

Tints of Carmine #A50038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.34%

R = 74.66%
G = 0%
B = 25.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A50038 (or 0xA50038) is known color: Carmine. HEX triplet: A5, 00 and 38. RGB value is (165,0,56). Sum of RGB (Red+Green+Blue) = 165+0+56=221 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.66% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 165 - color contains mainly: red. Hex color #A50038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50038 is #5AFFC7. Grayscale: #373737. Windows color (decimal): -5963720 or 3670181. OLE color: 3670181.

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

Color convert

RGB 165 0 56 -
CMYK 0 1 0.66 0.35
HSL 339.64º 1% 0.32% -
HSV(B) 339.64º 1% 0.65% -
XYZ 16.23 8.28 4.49 -
YUV 55.72 128.16 205.95 -
System Red Green Blue C M Y K H S L
Decimal 165 0 56 0 1 0.66 0.35 339.64 1 0.32
Hex A5 0 38 0 64 42 23 154 64 20
Octal 245 0 70 0 144 102 43 524 144 40
Binary 10100101 0 111000 0 1100100 1000010 100011 101010100 1100100 100000

Color Harmonies of #A50038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50038

Black with #A50038

Text Example


Text Example

White with #A50038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50038; }

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

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

background-color css

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

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

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

border-color css

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

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

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