Html Css Color HEX #A81722 Carmine

📋 copy color: '#A81722'

red 168 ◦ green 23 ◦ blue 34

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

Shades of Carmine #A81722

Tints of Carmine #A81722

RGB

 RED value IS 168 (66.02% from 255) = 74.67%

 GREEN value IS 23 (9.38% from 255) = 10.22%

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

R = 74.67%
G = 10.22%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A81722 (or 0xA81722) is known color: Carmine. HEX triplet: A8, 17 and 22. RGB value is (168,23,34). Sum of RGB (Red+Green+Blue) = 168+23+34=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A81722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81722 is #57E8DD. Grayscale: #434343. Windows color (decimal): -5761246 or 2234280. OLE color: 2234280.

HSL color Cylindrical-coordinate representation of color #A81722: hue angle of 355.45º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81722 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 23 34 -
CMYK 0 0.86 0.80 0.34
HSL 355.45º 0.76% 0.37% -
HSV(B) 355.45º 0.86% 0.66% -
XYZ 16.74 9.05 2.38 -
YUV 67.61 109.04 199.61 -
System Red Green Blue C M Y K H S L
Decimal 168 23 34 0 0.86 0.80 0.34 355.45 0.76 0.37
Hex A8 17 22 0 56 50 22 163 4C 25
Octal 250 27 42 0 126 120 42 543 114 45
Binary 10101000 10111 100010 0 1010110 1010000 100010 101100011 1001100 100101

Color Harmonies of #A81722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81722

Black with #A81722

Text Example


Text Example

White with #A81722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81722; }

 p { color: rgb(168,23,34); }

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

background-color css

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

 a { background-color: rgb(168,23,34); }

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

border-color css

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

 span { border-color: rgb(168,23,34); }

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