Html Css Color HEX #A50920 Carmine

📋 copy color: '#A50920'

red 165 ◦ green 9 ◦ blue 32

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

Shades of Carmine #A50920

Tints of Carmine #A50920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.37%

 BLUE value IS 32 (12.89% from 255) = 15.53%

R = 80.1%
G = 4.37%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A50920 (or 0xA50920) is known color: Carmine. HEX triplet: A5, 09 and 20. RGB value is (165,9,32). Sum of RGB (Red+Green+Blue) = 165+9+32=206 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.10% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 165 - color contains mainly: red. Hex color #A50920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50920 is #5AF6DF. Grayscale: #3A3A3A. Windows color (decimal): -5961440 or 2099621. OLE color: 2099621.

HSL color Cylindrical-coordinate representation of color #A50920: hue angle of 351.15º degrees, saturation: 0.9, 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 #A50920 is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 9 32 -
CMYK 0 0.95 0.81 0.35
HSL 351.15º 0.9% 0.34% -
HSV(B) 351.15º 0.95% 0.65% -
XYZ 15.88 8.3 2.13 -
YUV 58.27 113.18 204.13 -
System Red Green Blue C M Y K H S L
Decimal 165 9 32 0 0.95 0.81 0.35 351.15 0.9 0.34
Hex A5 9 20 0 5F 51 23 15F 5A 22
Octal 245 11 40 0 137 121 43 537 132 42
Binary 10100101 1001 100000 0 1011111 1010001 100011 101011111 1011010 100010

Color Harmonies of #A50920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50920

Black with #A50920

Text Example


Text Example

White with #A50920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50920; }

 p { color: rgb(165,9,32); }

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

background-color css

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

 a { background-color: rgb(165,9,32); }

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

border-color css

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

 span { border-color: rgb(165,9,32); }

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