Html Css Color HEX #A50322 Carmine

📋 copy color: '#A50322'

red 165 ◦ green 3 ◦ blue 34

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

Shades of Carmine #A50322

Tints of Carmine #A50322

RGB

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

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

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

R = 81.68%
G = 1.49%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A50322 (or 0xA50322) is known color: Carmine. HEX triplet: A5, 03 and 22. RGB value is (165,3,34). Sum of RGB (Red+Green+Blue) = 165+3+34=202 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.68% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 165 - color contains mainly: red. Hex color #A50322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50322 is #5AFCDD. Grayscale: #373737. Windows color (decimal): -5962974 or 2229157. OLE color: 2229157.

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

Color convert

RGB 165 3 34 -
CMYK 0 0.98 0.79 0.35
HSL 348.52º 0.96% 0.33% -
HSV(B) 348.52º 0.98% 0.65% -
XYZ 15.84 8.18 2.26 -
YUV 54.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 165 3 34 0 0.98 0.79 0.35 348.52 0.96 0.33
Hex A5 3 22 0 62 4F 23 15D 60 21
Octal 245 3 42 0 142 117 43 535 140 41
Binary 10100101 11 100010 0 1100010 1001111 100011 101011101 1100000 100001

Color Harmonies of #A50322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50322

Black with #A50322

Text Example


Text Example

White with #A50322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50322; }

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

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

background-color css

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

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

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

border-color css

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

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

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