Html Css Color HEX #A90139 Carmine

📋 copy color: '#A90139'

red 169 ◦ green 1 ◦ blue 57

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

Shades of Carmine #A90139

Tints of Carmine #A90139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.11%

R = 74.45%
G = 0.44%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A90139 (or 0xA90139) is known color: Carmine. HEX triplet: A9, 01 and 39. RGB value is (169,1,57). Sum of RGB (Red+Green+Blue) = 169+1+57=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A90139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90139 is #56FEC6. Grayscale: #393939. Windows color (decimal): -5701319 or 3735977. OLE color: 3735977.

HSL color Cylindrical-coordinate representation of color #A90139: hue angle of 340º 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 #A90139 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 1 57 -
CMYK 0 0.99 0.66 0.34
HSL 340º 0.99% 0.33% -
HSV(B) 340º 0.99% 0.66% -
XYZ 17.11 8.75 4.66 -
YUV 57.62 127.66 207.45 -
System Red Green Blue C M Y K H S L
Decimal 169 1 57 0 0.99 0.66 0.34 340 0.99 0.33
Hex A9 1 39 0 63 42 22 154 63 21
Octal 251 1 71 0 143 102 42 524 143 41
Binary 10101001 1 111001 0 1100011 1000010 100010 101010100 1100011 100001

Color Harmonies of #A90139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90139

Black with #A90139

Text Example


Text Example

White with #A90139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90139; }

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

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

background-color css

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

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

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

border-color css

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

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

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