Html Css Color HEX #A50028 Carmine

📋 copy color: '#A50028'

red 165 ◦ green 0 ◦ blue 40

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

Shades of Carmine #A50028

Tints of Carmine #A50028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.51%

R = 80.49%
G = 0%
B = 19.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A50028 (or 0xA50028) is known color: Carmine. HEX triplet: A5, 00 and 28. RGB value is (165,0,40). Sum of RGB (Red+Green+Blue) = 165+0+40=205 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.49% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 165 - color contains mainly: red. Hex color #A50028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50028 is #5AFFD7. Grayscale: #353535. Windows color (decimal): -5963736 or 2621605. OLE color: 2621605.

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

Color convert

RGB 165 0 40 -
CMYK 0 1 0.76 0.35
HSL 345.45º 1% 0.32% -
HSV(B) 345.45º 1% 0.65% -
XYZ 15.9 8.15 2.74 -
YUV 53.9 120.16 207.25 -
System Red Green Blue C M Y K H S L
Decimal 165 0 40 0 1 0.76 0.35 345.45 1 0.32
Hex A5 0 28 0 64 4C 23 159 64 20
Octal 245 0 50 0 144 114 43 531 144 40
Binary 10100101 0 101000 0 1100100 1001100 100011 101011001 1100100 100000

Color Harmonies of #A50028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50028

Black with #A50028

Text Example


Text Example

White with #A50028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50028; }

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

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

background-color css

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

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

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

border-color css

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

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

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