Html Css Color HEX #A50522 Carmine

📋 copy color: '#A50522'

red 165 ◦ green 5 ◦ blue 34

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

Shades of Carmine #A50522

Tints of Carmine #A50522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

 BLUE value IS 34 (13.67% from 255) = 16.67%

R = 80.88%
G = 2.45%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A50522 (or 0xA50522) is known color: Carmine. HEX triplet: A5, 05 and 22. RGB value is (165,5,34). Sum of RGB (Red+Green+Blue) = 165+5+34=204 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.88% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 165 - color contains mainly: red. Hex color #A50522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50522 is #5AFADD. Grayscale: #383838. Windows color (decimal): -5962462 or 2229669. OLE color: 2229669.

HSL color Cylindrical-coordinate representation of color #A50522: hue angle of 349.12º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A50522 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 5 34 -
CMYK 0 0.97 0.79 0.35
HSL 349.13º 0.94% 0.33% -
HSV(B) 349.13º 0.97% 0.65% -
XYZ 15.86 8.22 2.26 -
YUV 56.15 115.51 205.64 -
System Red Green Blue C M Y K H S L
Decimal 165 5 34 0 0.97 0.79 0.35 349.13 0.94 0.33
Hex A5 5 22 0 61 4F 23 15D 5E 21
Octal 245 5 42 0 141 117 43 535 136 41
Binary 10100101 101 100010 0 1100001 1001111 100011 101011101 1011110 100001

Color Harmonies of #A50522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50522

Black with #A50522

Text Example


Text Example

White with #A50522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50522; }

 p { color: rgb(165,5,34); }

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

background-color css

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

 a { background-color: rgb(165,5,34); }

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

border-color css

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

 span { border-color: rgb(165,5,34); }

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