Html Css Color HEX #A90726 Carmine

📋 copy color: '#A90726'

red 169 ◦ green 7 ◦ blue 38

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

Shades of Carmine #A90726

Tints of Carmine #A90726

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.27%

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

R = 78.97%
G = 3.27%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A90726 (or 0xA90726) is known color: Carmine. HEX triplet: A9, 07 and 26. RGB value is (169,7,38). Sum of RGB (Red+Green+Blue) = 169+7+38=214 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.97% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 169 - color contains mainly: red. Hex color #A90726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90726 is #56F8D9. Grayscale: #3B3B3B. Windows color (decimal): -5699802 or 2492329. OLE color: 2492329.

HSL color Cylindrical-coordinate representation of color #A90726: hue angle of 348.52º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90726 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 7 38 -
CMYK 0 0.96 0.78 0.34
HSL 348.52º 0.92% 0.35% -
HSV(B) 348.52º 0.96% 0.66% -
XYZ 16.79 8.73 2.63 -
YUV 58.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 169 7 38 0 0.96 0.78 0.34 348.52 0.92 0.35
Hex A9 7 26 0 60 4E 22 15D 5C 23
Octal 251 7 46 0 140 116 42 535 134 43
Binary 10101001 111 100110 0 1100000 1001110 100010 101011101 1011100 100011

Color Harmonies of #A90726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90726

Black with #A90726

Text Example


Text Example

White with #A90726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90726; }

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

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

background-color css

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

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

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

border-color css

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

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

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