Html Css Color HEX #A90327 Carmine

📋 copy color: '#A90327'

red 169 ◦ green 3 ◦ blue 39

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

Shades of Carmine #A90327

Tints of Carmine #A90327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.42%

 BLUE value IS 39 (15.63% from 255) = 18.48%

R = 80.09%
G = 1.42%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A90327 (or 0xA90327) is known color: Carmine. HEX triplet: A9, 03 and 27. RGB value is (169,3,39). Sum of RGB (Red+Green+Blue) = 169+3+39=211 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.09% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 169 - color contains mainly: red. Hex color #A90327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90327 is #56FCD8. Grayscale: #383838. Windows color (decimal): -5700825 or 2556841. OLE color: 2556841.

HSL color Cylindrical-coordinate representation of color #A90327: hue angle of 346.99º degrees, saturation: 0.97, 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 #A90327 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 3 39 -
CMYK 0 0.98 0.77 0.34
HSL 346.99º 0.97% 0.34% -
HSV(B) 346.99º 0.98% 0.66% -
XYZ 16.76 8.65 2.71 -
YUV 56.74 118 208.07 -
System Red Green Blue C M Y K H S L
Decimal 169 3 39 0 0.98 0.77 0.34 346.99 0.97 0.34
Hex A9 3 27 0 62 4D 22 15B 61 22
Octal 251 3 47 0 142 115 42 533 141 42
Binary 10101001 11 100111 0 1100010 1001101 100010 101011011 1100001 100010

Color Harmonies of #A90327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90327

Black with #A90327

Text Example


Text Example

White with #A90327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90327; }

 p { color: rgb(169,3,39); }

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

background-color css

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

 a { background-color: rgb(169,3,39); }

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

border-color css

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

 span { border-color: rgb(169,3,39); }

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