Html Css Color HEX #A50818 Carmine

📋 copy color: '#A50818'

red 165 ◦ green 8 ◦ blue 24

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

Shades of Carmine #A50818

Tints of Carmine #A50818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.06%

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

R = 83.76%
G = 4.06%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A50818 (or 0xA50818) is known color: Carmine. HEX triplet: A5, 08 and 18. RGB value is (165,8,24). Sum of RGB (Red+Green+Blue) = 165+8+24=197 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.76% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 165 - color contains mainly: red. Hex color #A50818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50818 is #5AF7E7. Grayscale: #383838. Windows color (decimal): -5961704 or 1575077. OLE color: 1575077.

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

Color convert

RGB 165 8 24 -
CMYK 0 0.95 0.85 0.35
HSL 353.89º 0.91% 0.34% -
HSV(B) 353.89º 0.95% 0.65% -
XYZ 15.77 8.24 1.62 -
YUV 56.77 109.51 205.2 -
System Red Green Blue C M Y K H S L
Decimal 165 8 24 0 0.95 0.85 0.35 353.89 0.91 0.34
Hex A5 8 18 0 5F 55 23 162 5B 22
Octal 245 10 30 0 137 125 43 542 133 42
Binary 10100101 1000 11000 0 1011111 1010101 100011 101100010 1011011 100010

Color Harmonies of #A50818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50818

Black with #A50818

Text Example


Text Example

White with #A50818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50818; }

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

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

background-color css

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

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

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

border-color css

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

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

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