Html Css Color HEX #A50022 Carmine

📋 copy color: '#A50022'

red 165 ◦ green 0 ◦ blue 34

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

Shades of Carmine #A50022

Tints of Carmine #A50022

RGB

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

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

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

R = 82.91%
G = 0%
B = 17.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A50022 (or 0xA50022) is known color: Carmine. HEX triplet: A5, 00 and 22. RGB value is (165,0,34). Sum of RGB (Red+Green+Blue) = 165+0+34=199 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.91% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 165 - color contains mainly: red. Hex color #A50022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50022 is #5AFFDD. Grayscale: #353535. Windows color (decimal): -5963742 or 2228389. OLE color: 2228389.

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

Color convert

RGB 165 0 34 -
CMYK 0 1 0.79 0.35
HSL 347.64º 1% 0.32% -
HSV(B) 347.64º 1% 0.65% -
XYZ 15.81 8.11 2.25 -
YUV 53.21 117.16 207.74 -
System Red Green Blue C M Y K H S L
Decimal 165 0 34 0 1 0.79 0.35 347.64 1 0.32
Hex A5 0 22 0 64 4F 23 15C 64 20
Octal 245 0 42 0 144 117 43 534 144 40
Binary 10100101 0 100010 0 1100100 1001111 100011 101011100 1100100 100000

Color Harmonies of #A50022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50022

Black with #A50022

Text Example


Text Example

White with #A50022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50022; }

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

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

background-color css

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

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

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

border-color css

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

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

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