Html Css Color HEX #A50018 Carmine

📋 copy color: '#A50018'

red 165 ◦ green 0 ◦ blue 24

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

Shades of Carmine #A50018

Tints of Carmine #A50018

RGB

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

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

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

R = 87.3%
G = 0%
B = 12.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A50018 (or 0xA50018) is known color: Carmine. HEX triplet: A5, 00 and 18. RGB value is (165,0,24). Sum of RGB (Red+Green+Blue) = 165+0+24=189 (25% of max value = 765). Red value is 165 (64.84% from 255 or 87.30% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 165 - color contains mainly: red. Hex color #A50018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50018 is #5AFFE7. Grayscale: #343434. Windows color (decimal): -5963752 or 1573029. OLE color: 1573029.

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

Color convert

RGB 165 0 24 -
CMYK 0 1 0.85 0.35
HSL 351.27º 1% 0.32% -
HSV(B) 351.27º 1% 0.65% -
XYZ 15.68 8.07 1.59 -
YUV 52.07 112.16 208.55 -
System Red Green Blue C M Y K H S L
Decimal 165 0 24 0 1 0.85 0.35 351.27 1 0.32
Hex A5 0 18 0 64 55 23 15F 64 20
Octal 245 0 30 0 144 125 43 537 144 40
Binary 10100101 0 11000 0 1100100 1010101 100011 101011111 1100100 100000

Color Harmonies of #A50018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50018

Black with #A50018

Text Example


Text Example

White with #A50018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50018; }

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

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

background-color css

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

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

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

border-color css

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

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

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