Html Css Color HEX #9A1621 Carmine

📋 copy color: '#9A1621'

red 154 ◦ green 22 ◦ blue 33

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

Shades of Carmine #9A1621

Tints of Carmine #9A1621

RGB

 RED value IS 154 (60.55% from 255) = 73.68%

 GREEN value IS 22 (8.98% from 255) = 10.53%

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

R = 73.68%
G = 10.53%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#9A1621 (or 0x9A1621) is known color: Carmine. HEX triplet: 9A, 16 and 21. RGB value is (154,22,33). Sum of RGB (Red+Green+Blue) = 154+22+33=209 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.68% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 33 (13.28% from 255 or 15.79% from 209); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1621 is #65E9DE. Grayscale: #3E3E3E. Windows color (decimal): -6679007 or 2168474. OLE color: 2168474.

HSL color Cylindrical-coordinate representation of color #9A1621: hue angle of 355º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A1621 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 22 33 -
CMYK 0 0.86 0.79 0.40
HSL 355º 0.75% 0.35% -
HSV(B) 355º 0.86% 0.6% -
XYZ 13.89 7.55 2.16 -
YUV 62.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 154 22 33 0 0.86 0.79 0.40 355 0.75 0.35
Hex 9A 16 21 0 56 4F 28 163 4B 23
Octal 232 26 41 0 126 117 50 543 113 43
Binary 10011010 10110 100001 0 1010110 1001111 101000 101100011 1001011 100011

Color Harmonies of #9A1621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1621

Black with #9A1621

Text Example


Text Example

White with #9A1621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A1621; }

 p { color: rgb(154,22,33); }

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

background-color css

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

 a { background-color: rgb(154,22,33); }

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

border-color css

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

 span { border-color: rgb(154,22,33); }

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