Html Css Color HEX #A51122 Carmine

📋 copy color: '#A51122'

red 165 ◦ green 17 ◦ blue 34

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

Shades of Carmine #A51122

Tints of Carmine #A51122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.87%

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

R = 76.39%
G = 7.87%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A51122 (or 0xA51122) is known color: Carmine. HEX triplet: A5, 11 and 22. RGB value is (165,17,34). Sum of RGB (Red+Green+Blue) = 165+17+34=216 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.39% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 165 - color contains mainly: red. Hex color #A51122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A51122 is #5AEEDD. Grayscale: #3F3F3F. Windows color (decimal): -5959390 or 2232741. OLE color: 2232741.

HSL color Cylindrical-coordinate representation of color #A51122: hue angle of 353.11º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51122 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 17 34 -
CMYK 0 0.90 0.79 0.35
HSL 353.11º 0.81% 0.36% -
HSV(B) 353.11º 0.9% 0.65% -
XYZ 16.01 8.52 2.31 -
YUV 63.19 111.53 200.62 -
System Red Green Blue C M Y K H S L
Decimal 165 17 34 0 0.90 0.79 0.35 353.11 0.81 0.36
Hex A5 11 22 0 5A 4F 23 161 51 24
Octal 245 21 42 0 132 117 43 541 121 44
Binary 10100101 10001 100010 0 1011010 1001111 100011 101100001 1010001 100100

Color Harmonies of #A51122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51122

Black with #A51122

Text Example


Text Example

White with #A51122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51122; }

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

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

background-color css

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

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

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

border-color css

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

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

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