Html Css Color HEX #A50722 Carmine

📋 copy color: '#A50722'

red 165 ◦ green 7 ◦ blue 34

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

Shades of Carmine #A50722

Tints of Carmine #A50722

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.4%

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

R = 80.1%
G = 3.4%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A50722 (or 0xA50722) is known color: Carmine. HEX triplet: A5, 07 and 22. RGB value is (165,7,34). Sum of RGB (Red+Green+Blue) = 165+7+34=206 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.10% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 165 - color contains mainly: red. Hex color #A50722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50722 is #5AF8DD. Grayscale: #393939. Windows color (decimal): -5961950 or 2230181. OLE color: 2230181.

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

Color convert

RGB 165 7 34 -
CMYK 0 0.96 0.79 0.35
HSL 349.75º 0.92% 0.34% -
HSV(B) 349.75º 0.96% 0.65% -
XYZ 15.88 8.27 2.27 -
YUV 57.32 114.85 204.8 -
System Red Green Blue C M Y K H S L
Decimal 165 7 34 0 0.96 0.79 0.35 349.75 0.92 0.34
Hex A5 7 22 0 60 4F 23 15E 5C 22
Octal 245 7 42 0 140 117 43 536 134 42
Binary 10100101 111 100010 0 1100000 1001111 100011 101011110 1011100 100010

Color Harmonies of #A50722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50722

Black with #A50722

Text Example


Text Example

White with #A50722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50722; }

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

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

background-color css

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

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

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

border-color css

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

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

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