Html Css Color HEX #A90031 Carmine

📋 copy color: '#A90031'

red 169 ◦ green 0 ◦ blue 49

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

Shades of Carmine #A90031

Tints of Carmine #A90031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 22.48%

R = 77.52%
G = 0%
B = 22.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A90031 (or 0xA90031) is known color: Carmine. HEX triplet: A9, 00 and 31. RGB value is (169,0,49). Sum of RGB (Red+Green+Blue) = 169+0+49=218 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.52% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 169 - color contains mainly: red. Hex color #A90031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90031 is #56FFCE. Grayscale: #383838. Windows color (decimal): -5701583 or 3211433. OLE color: 3211433.

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

Color convert

RGB 169 0 49 -
CMYK 0 1 0.71 0.34
HSL 342.6º 1% 0.33% -
HSV(B) 342.6º 1% 0.66% -
XYZ 16.92 8.66 3.69 -
YUV 56.12 123.99 208.52 -
System Red Green Blue C M Y K H S L
Decimal 169 0 49 0 1 0.71 0.34 342.6 1 0.33
Hex A9 0 31 0 64 47 22 157 64 21
Octal 251 0 61 0 144 107 42 527 144 41
Binary 10101001 0 110001 0 1100100 1000111 100010 101010111 1100100 100001

Color Harmonies of #A90031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90031

Black with #A90031

Text Example


Text Example

White with #A90031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90031; }

 p { color: rgb(169,0,49); }

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

background-color css

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

 a { background-color: rgb(169,0,49); }

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

border-color css

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

 span { border-color: rgb(169,0,49); }

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