Html Css Color HEX #9A0015 Carmine

📋 copy color: '#9A0015'

red 154 ◦ green 0 ◦ blue 21

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

Shades of Carmine #9A0015

Tints of Carmine #9A0015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 21 (8.59% from 255) = 12%

R = 88%
G = 0%
B = 12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A0015 (or 0x9A0015) is known color: Carmine. HEX triplet: 9A, 00 and 15. RGB value is (154,0,21). Sum of RGB (Red+Green+Blue) = 154+0+21=175 (23% of max value = 765). Red value is 154 (60.55% from 255 or 88% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0015 is #65FFEA. Grayscale: #303030. Windows color (decimal): -6684651 or 1376410. OLE color: 1376410.

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

Color convert

RGB 154 0 21 -
CMYK 0 1 0.86 0.40
HSL 351.82º 1% 0.3% -
HSV(B) 351.82º 1% 0.6% -
XYZ 13.46 6.92 1.34 -
YUV 48.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 154 0 21 0 1 0.86 0.40 351.82 1 0.3
Hex 9A 0 15 0 64 56 28 160 64 1E
Octal 232 0 25 0 144 126 50 540 144 36
Binary 10011010 0 10101 0 1100100 1010110 101000 101100000 1100100 11110

Color Harmonies of #9A0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0015

Black with #9A0015

Text Example


Text Example

White with #9A0015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,0,21); }

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

background-color css

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

 a { background-color: rgb(154,0,21); }

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

border-color css

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

 span { border-color: rgb(154,0,21); }

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