Html Css Color HEX #A81223 Carmine

📋 copy color: '#A81223'

red 168 ◦ green 18 ◦ blue 35

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

Shades of Carmine #A81223

Tints of Carmine #A81223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.14%

 BLUE value IS 35 (14.06% from 255) = 15.84%

R = 76.02%
G = 8.14%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A81223 (or 0xA81223) is known color: Carmine. HEX triplet: A8, 12 and 23. RGB value is (168,18,35). Sum of RGB (Red+Green+Blue) = 168+18+35=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A81223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81223 is #57EDDC. Grayscale: #404040. Windows color (decimal): -5762525 or 2298536. OLE color: 2298536.

HSL color Cylindrical-coordinate representation of color #A81223: hue angle of 353.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81223 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 35 -
CMYK 0 0.89 0.79 0.34
HSL 353.2º 0.81% 0.36% -
HSV(B) 353.2º 0.89% 0.66% -
XYZ 16.67 8.88 2.43 -
YUV 64.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 168 18 35 0 0.89 0.79 0.34 353.2 0.81 0.36
Hex A8 12 23 0 59 4F 22 161 51 24
Octal 250 22 43 0 131 117 42 541 121 44
Binary 10101000 10010 100011 0 1011001 1001111 100010 101100001 1010001 100100

Color Harmonies of #A81223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81223

Black with #A81223

Text Example


Text Example

White with #A81223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81223; }

 p { color: rgb(168,18,35); }

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

background-color css

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

 a { background-color: rgb(168,18,35); }

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

border-color css

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

 span { border-color: rgb(168,18,35); }

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