Html Css Color HEX #A90121 Carmine

📋 copy color: '#A90121'

red 169 ◦ green 1 ◦ blue 33

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

Shades of Carmine #A90121

Tints of Carmine #A90121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.26%

R = 83.25%
G = 0.49%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A90121 (or 0xA90121) is known color: Carmine. HEX triplet: A9, 01 and 21. RGB value is (169,1,33). Sum of RGB (Red+Green+Blue) = 169+1+33=203 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.25% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 169 - color contains mainly: red. Hex color #A90121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90121 is #56FEDE. Grayscale: #363636. Windows color (decimal): -5701343 or 2163113. OLE color: 2163113.

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

Color convert

RGB 169 1 33 -
CMYK 0 0.99 0.80 0.34
HSL 348.57º 0.99% 0.33% -
HSV(B) 348.57º 0.99% 0.66% -
XYZ 16.65 8.57 2.21 -
YUV 54.88 115.66 209.4 -
System Red Green Blue C M Y K H S L
Decimal 169 1 33 0 0.99 0.80 0.34 348.57 0.99 0.33
Hex A9 1 21 0 63 50 22 15D 63 21
Octal 251 1 41 0 143 120 42 535 143 41
Binary 10101001 1 100001 0 1100011 1010000 100010 101011101 1100011 100001

Color Harmonies of #A90121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90121

Black with #A90121

Text Example


Text Example

White with #A90121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90121; }

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

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

background-color css

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

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

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

border-color css

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

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

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