Html Css Color HEX #A91123 Carmine

📋 copy color: '#A91123'

red 169 ◦ green 17 ◦ blue 35

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

Shades of Carmine #A91123

Tints of Carmine #A91123

RGB

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

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

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

R = 76.47%
G = 7.69%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A91123 (or 0xA91123) is known color: Carmine. HEX triplet: A9, 11 and 23. RGB value is (169,17,35). Sum of RGB (Red+Green+Blue) = 169+17+35=221 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.47% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 169 - color contains mainly: red. Hex color #A91123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91123 is #56EEDC. Grayscale: #404040. Windows color (decimal): -5697245 or 2298281. OLE color: 2298281.

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

Color convert

RGB 169 17 35 -
CMYK 0 0.90 0.79 0.34
HSL 352.89º 0.82% 0.36% -
HSV(B) 352.89º 0.9% 0.66% -
XYZ 16.87 8.96 2.43 -
YUV 64.5 111.36 202.54 -
System Red Green Blue C M Y K H S L
Decimal 169 17 35 0 0.90 0.79 0.34 352.89 0.82 0.36
Hex A9 11 23 0 5A 4F 22 161 52 24
Octal 251 21 43 0 132 117 42 541 122 44
Binary 10101001 10001 100011 0 1011010 1001111 100010 101100001 1010010 100100

Color Harmonies of #A91123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91123

Black with #A91123

Text Example


Text Example

White with #A91123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91123; }

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

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

background-color css

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

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

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

border-color css

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

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

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