Html Css Color HEX #A81622 Carmine

📋 copy color: '#A81622'

red 168 ◦ green 22 ◦ blue 34

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

Shades of Carmine #A81622

Tints of Carmine #A81622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.82%

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

R = 75%
G = 9.82%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A81622 (or 0xA81622) is known color: Carmine. HEX triplet: A8, 16 and 22. RGB value is (168,22,34). Sum of RGB (Red+Green+Blue) = 168+22+34=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 34 (13.67% from 255 or 15.18% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A81622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81622 is #57E9DD. Grayscale: #434343. Windows color (decimal): -5761502 or 2234024. OLE color: 2234024.

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

Color convert

RGB 168 22 34 -
CMYK 0 0.87 0.80 0.34
HSL 355.07º 0.77% 0.37% -
HSV(B) 355.07º 0.87% 0.66% -
XYZ 16.72 9.01 2.37 -
YUV 67.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 168 22 34 0 0.87 0.80 0.34 355.07 0.77 0.37
Hex A8 16 22 0 57 50 22 163 4D 25
Octal 250 26 42 0 127 120 42 543 115 45
Binary 10101000 10110 100010 0 1010111 1010000 100010 101100011 1001101 100101

Color Harmonies of #A81622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81622

Black with #A81622

Text Example


Text Example

White with #A81622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81622; }

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

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

background-color css

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

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

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

border-color css

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

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

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