Html Css Color HEX #9A011C Carmine

📋 copy color: '#9A011C'

red 154 ◦ green 1 ◦ blue 28

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

Shades of Carmine #9A011C

Tints of Carmine #9A011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.3%

R = 84.15%
G = 0.55%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A011C (or 0x9A011C) is known color: Carmine. HEX triplet: 9A, 01 and 1C. RGB value is (154,1,28). Sum of RGB (Red+Green+Blue) = 154+1+28=183 (24% of max value = 765). Red value is 154 (60.55% from 255 or 84.15% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 154 - color contains mainly: red. Hex color #9A011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A011C is #65FEE3. Grayscale: #313131. Windows color (decimal): -6684388 or 1835418. OLE color: 1835418.

HSL color Cylindrical-coordinate representation of color #9A011C: hue angle of 349.41º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A011C is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 1 28 -
CMYK 0 0.99 0.82 0.40
HSL 349.41º 0.99% 0.3% -
HSV(B) 349.41º 0.99% 0.6% -
XYZ 13.55 6.98 1.73 -
YUV 49.83 115.69 202.3 -
System Red Green Blue C M Y K H S L
Decimal 154 1 28 0 0.99 0.82 0.40 349.41 0.99 0.3
Hex 9A 1 1C 0 63 52 28 15D 63 1E
Octal 232 1 34 0 143 122 50 535 143 36
Binary 10011010 1 11100 0 1100011 1010010 101000 101011101 1100011 11110

Color Harmonies of #9A011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A011C

Black with #9A011C

Text Example


Text Example

White with #9A011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,1,28); }

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

background-color css

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

 a { background-color: rgb(154,1,28); }

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

border-color css

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

 span { border-color: rgb(154,1,28); }

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