Html Css Color HEX #A90436 Carmine

📋 copy color: '#A90436'

red 169 ◦ green 4 ◦ blue 54

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

Shades of Carmine #A90436

Tints of Carmine #A90436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.76%

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

R = 74.45%
G = 1.76%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A90436 (or 0xA90436) is known color: Carmine. HEX triplet: A9, 04 and 36. RGB value is (169,4,54). Sum of RGB (Red+Green+Blue) = 169+4+54=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A90436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90436 is #56FBC9. Grayscale: #3A3A3A. Windows color (decimal): -5700554 or 3540137. OLE color: 3540137.

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

Color convert

RGB 169 4 54 -
CMYK 0 0.98 0.68 0.34
HSL 341.82º 0.95% 0.34% -
HSV(B) 341.82º 0.98% 0.66% -
XYZ 17.07 8.79 4.29 -
YUV 59.04 125.16 206.43 -
System Red Green Blue C M Y K H S L
Decimal 169 4 54 0 0.98 0.68 0.34 341.82 0.95 0.34
Hex A9 4 36 0 62 44 22 156 5F 22
Octal 251 4 66 0 142 104 42 526 137 42
Binary 10101001 100 110110 0 1100010 1000100 100010 101010110 1011111 100010

Color Harmonies of #A90436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90436

Black with #A90436

Text Example


Text Example

White with #A90436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90436; }

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

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

background-color css

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

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

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

border-color css

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

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

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