Html Css Color HEX #A91326 Carmine

📋 copy color: '#A91326'

red 169 ◦ green 19 ◦ blue 38

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

Shades of Carmine #A91326

Tints of Carmine #A91326

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.41%

 BLUE value IS 38 (15.23% from 255) = 16.81%

R = 74.78%
G = 8.41%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A91326 (or 0xA91326) is known color: Carmine. HEX triplet: A9, 13 and 26. RGB value is (169,19,38). Sum of RGB (Red+Green+Blue) = 169+19+38=226 (29% of max value = 765). Red value is 169 (66.41% from 255 or 74.78% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 169 - color contains mainly: red. Hex color #A91326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91326 is #56ECD9. Grayscale: #424242. Windows color (decimal): -5696730 or 2495401. OLE color: 2495401.

HSL color Cylindrical-coordinate representation of color #A91326: hue angle of 352.4º degrees, saturation: 0.8, 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 #A91326 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 19 38 -
CMYK 0 0.89 0.78 0.34
HSL 352.4º 0.8% 0.37% -
HSV(B) 352.4º 0.89% 0.66% -
XYZ 16.94 9.04 2.69 -
YUV 66.02 112.2 201.46 -
System Red Green Blue C M Y K H S L
Decimal 169 19 38 0 0.89 0.78 0.34 352.4 0.8 0.37
Hex A9 13 26 0 59 4E 22 160 50 25
Octal 251 23 46 0 131 116 42 540 120 45
Binary 10101001 10011 100110 0 1011001 1001110 100010 101100000 1010000 100101

Color Harmonies of #A91326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91326

Black with #A91326

Text Example


Text Example

White with #A91326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91326; }

 p { color: rgb(169,19,38); }

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

background-color css

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

 a { background-color: rgb(169,19,38); }

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

border-color css

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

 span { border-color: rgb(169,19,38); }

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