Html Css Color HEX #A50020 Carmine

📋 copy color: '#A50020'

red 165 ◦ green 0 ◦ blue 32

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

Shades of Carmine #A50020

Tints of Carmine #A50020

RGB

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

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

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

R = 83.76%
G = 0%
B = 16.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A50020 (or 0xA50020) is known color: Carmine. HEX triplet: A5, 00 and 20. RGB value is (165,0,32). Sum of RGB (Red+Green+Blue) = 165+0+32=197 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.76% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 165 - color contains mainly: red. Hex color #A50020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50020 is #5AFFDF. Grayscale: #353535. Windows color (decimal): -5963744 or 2097317. OLE color: 2097317.

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

Color convert

RGB 165 0 32 -
CMYK 0 1 0.81 0.35
HSL 348.36º 1% 0.32% -
HSV(B) 348.36º 1% 0.65% -
XYZ 15.78 8.1 2.1 -
YUV 52.98 116.16 207.9 -
System Red Green Blue C M Y K H S L
Decimal 165 0 32 0 1 0.81 0.35 348.36 1 0.32
Hex A5 0 20 0 64 51 23 15C 64 20
Octal 245 0 40 0 144 121 43 534 144 40
Binary 10100101 0 100000 0 1100100 1010001 100011 101011100 1100100 100000

Color Harmonies of #A50020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50020

Black with #A50020

Text Example


Text Example

White with #A50020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50020; }

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

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

background-color css

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

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

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

border-color css

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

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

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