Html Css Color HEX #A90C27 Carmine

📋 copy color: '#A90C27'

red 169 ◦ green 12 ◦ blue 39

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

Shades of Carmine #A90C27

Tints of Carmine #A90C27

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.45%

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

R = 76.82%
G = 5.45%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A90C27 (or 0xA90C27) is known color: Carmine. HEX triplet: A9, 0C and 27. RGB value is (169,12,39). Sum of RGB (Red+Green+Blue) = 169+12+39=220 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.82% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90C27 is #56F3D8. Grayscale: #3E3E3E. Windows color (decimal): -5698521 or 2559145. OLE color: 2559145.

HSL color Cylindrical-coordinate representation of color #A90C27: hue angle of 349.68º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90C27 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 12 39 -
CMYK 0 0.93 0.77 0.34
HSL 349.68º 0.87% 0.35% -
HSV(B) 349.68º 0.93% 0.66% -
XYZ 16.86 8.84 2.74 -
YUV 62.02 115.01 204.3 -
System Red Green Blue C M Y K H S L
Decimal 169 12 39 0 0.93 0.77 0.34 349.68 0.87 0.35
Hex A9 C 27 0 5D 4D 22 15E 57 23
Octal 251 14 47 0 135 115 42 536 127 43
Binary 10101001 1100 100111 0 1011101 1001101 100010 101011110 1010111 100011

Color Harmonies of #A90C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90C27

Black with #A90C27

Text Example


Text Example

White with #A90C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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