Html Css Color HEX #A90136 Carmine

📋 copy color: '#A90136'

red 169 ◦ green 1 ◦ blue 54

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

Shades of Carmine #A90136

Tints of Carmine #A90136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 54 (21.48% from 255) = 24.11%

R = 75.45%
G = 0.45%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A90136 (or 0xA90136) is known color: Carmine. HEX triplet: A9, 01 and 36. RGB value is (169,1,54). Sum of RGB (Red+Green+Blue) = 169+1+54=224 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.45% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 169 - color contains mainly: red. Hex color #A90136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90136 is #56FEC9. Grayscale: #393939. Windows color (decimal): -5701322 or 3539369. OLE color: 3539369.

HSL color Cylindrical-coordinate representation of color #A90136: hue angle of 341.07º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90136 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 1 54 -
CMYK 0 0.99 0.68 0.34
HSL 341.07º 0.99% 0.33% -
HSV(B) 341.07º 0.99% 0.66% -
XYZ 17.04 8.72 4.28 -
YUV 57.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 169 1 54 0 0.99 0.68 0.34 341.07 0.99 0.33
Hex A9 1 36 0 63 44 22 155 63 21
Octal 251 1 66 0 143 104 42 525 143 41
Binary 10101001 1 110110 0 1100011 1000100 100010 101010101 1100011 100001

Color Harmonies of #A90136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90136

Black with #A90136

Text Example


Text Example

White with #A90136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90136; }

 p { color: rgb(169,1,54); }

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

background-color css

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

 a { background-color: rgb(169,1,54); }

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

border-color css

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

 span { border-color: rgb(169,1,54); }

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