Html Css Color HEX #A91223 Carmine

📋 copy color: '#A91223'

red 169 ◦ green 18 ◦ blue 35

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

Shades of Carmine #A91223

Tints of Carmine #A91223

RGB

 RED value IS 169 (66.41% from 255) = 76.13%

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

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

R = 76.13%
G = 8.11%
B = 15.77%

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

#A91223 (or 0xA91223) is known color: Carmine. HEX triplet: A9, 12 and 23. RGB value is (169,18,35). Sum of RGB (Red+Green+Blue) = 169+18+35=222 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.13% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 169 - color contains mainly: red. Hex color #A91223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91223 is #56EDDC. Grayscale: #414141. Windows color (decimal): -5696989 or 2298537. OLE color: 2298537.

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

Color convert

RGB 169 18 35 -
CMYK 0 0.89 0.79 0.34
HSL 353.25º 0.81% 0.37% -
HSV(B) 353.25º 0.89% 0.66% -
XYZ 16.88 8.99 2.44 -
YUV 65.09 111.03 202.12 -
System Red Green Blue C M Y K H S L
Decimal 169 18 35 0 0.89 0.79 0.34 353.25 0.81 0.37
Hex A9 12 23 0 59 4F 22 161 51 25
Octal 251 22 43 0 131 117 42 541 121 45
Binary 10101001 10010 100011 0 1011001 1001111 100010 101100001 1010001 100101

Color Harmonies of #A91223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91223

Black with #A91223

Text Example


Text Example

White with #A91223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91223; }

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

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

background-color css

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

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

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

border-color css

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

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

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