Html Css Color HEX #A50318 Carmine

📋 copy color: '#A50318'

red 165 ◦ green 3 ◦ blue 24

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

Shades of Carmine #A50318

Tints of Carmine #A50318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.56%

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

R = 85.94%
G = 1.56%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A50318 (or 0xA50318) is known color: Carmine. HEX triplet: A5, 03 and 18. RGB value is (165,3,24). Sum of RGB (Red+Green+Blue) = 165+3+24=192 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.94% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 165 - color contains mainly: red. Hex color #A50318 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50318 is #5AFCE7. Grayscale: #353535. Windows color (decimal): -5962984 or 1573797. OLE color: 1573797.

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

Color convert

RGB 165 3 24 -
CMYK 0 0.98 0.85 0.35
HSL 352.22º 0.96% 0.33% -
HSV(B) 352.22º 0.98% 0.65% -
XYZ 15.71 8.13 1.61 -
YUV 53.83 111.17 207.29 -
System Red Green Blue C M Y K H S L
Decimal 165 3 24 0 0.98 0.85 0.35 352.22 0.96 0.33
Hex A5 3 18 0 62 55 23 160 60 21
Octal 245 3 30 0 142 125 43 540 140 41
Binary 10100101 11 11000 0 1100010 1010101 100011 101100000 1100000 100001

Color Harmonies of #A50318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50318

Black with #A50318

Text Example


Text Example

White with #A50318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50318; }

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

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

background-color css

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

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

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

border-color css

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

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

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