Html Css Color HEX #A50218 Carmine

📋 copy color: '#A50218'

red 165 ◦ green 2 ◦ blue 24

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

Shades of Carmine #A50218

Tints of Carmine #A50218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

 BLUE value IS 24 (9.77% from 255) = 12.57%

R = 86.39%
G = 1.05%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A50218 (or 0xA50218) is known color: Carmine. HEX triplet: A5, 02 and 18. RGB value is (165,2,24). Sum of RGB (Red+Green+Blue) = 165+2+24=191 (25% of max value = 765). Red value is 165 (64.84% from 255 or 86.39% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 165 - color contains mainly: red. Hex color #A50218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50218 is #5AFDE7. Grayscale: #353535. Windows color (decimal): -5963240 or 1573541. OLE color: 1573541.

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

Color convert

RGB 165 2 24 -
CMYK 0 0.99 0.85 0.35
HSL 351.9º 0.98% 0.33% -
HSV(B) 351.9º 0.99% 0.65% -
XYZ 15.7 8.11 1.6 -
YUV 53.25 111.5 207.71 -
System Red Green Blue C M Y K H S L
Decimal 165 2 24 0 0.99 0.85 0.35 351.9 0.98 0.33
Hex A5 2 18 0 63 55 23 160 62 21
Octal 245 2 30 0 143 125 43 540 142 41
Binary 10100101 10 11000 0 1100011 1010101 100011 101100000 1100010 100001

Color Harmonies of #A50218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50218

Black with #A50218

Text Example


Text Example

White with #A50218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50218; }

 p { color: rgb(165,2,24); }

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

background-color css

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

 a { background-color: rgb(165,2,24); }

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

border-color css

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

 span { border-color: rgb(165,2,24); }

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