Html Css Color HEX #9B0012 Carmine

📋 copy color: '#9B0012'

red 155 ◦ green 0 ◦ blue 18

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

Shades of Carmine #9B0012

Tints of Carmine #9B0012

RGB

 RED value IS 155 (60.94% from 255) = 89.6%

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

 BLUE value IS 18 (7.42% from 255) = 10.4%

R = 89.6%
G = 0%
B = 10.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B0012 (or 0x9B0012) is known color: Carmine. HEX triplet: 9B, 00 and 12. RGB value is (155,0,18). Sum of RGB (Red+Green+Blue) = 155+0+18=173 (22% of max value = 765). Red value is 155 (60.94% from 255 or 89.60% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0012 is #64FFED. Grayscale: #303030. Windows color (decimal): -6619118 or 1179803. OLE color: 1179803.

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

Color convert

RGB 155 0 18 -
CMYK 0 1 0.88 0.39
HSL 353.03º 1% 0.3% -
HSV(B) 353.03º 1% 0.61% -
XYZ 13.63 7.01 1.21 -
YUV 48.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 155 0 18 0 1 0.88 0.39 353.03 1 0.3
Hex 9B 0 12 0 64 58 27 161 64 1E
Octal 233 0 22 0 144 130 47 541 144 36
Binary 10011011 0 10010 0 1100100 1011000 100111 101100001 1100100 11110

Color Harmonies of #9B0012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0012

Black with #9B0012

Text Example


Text Example

White with #9B0012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,0,18); }

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

background-color css

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

 a { background-color: rgb(155,0,18); }

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

border-color css

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

 span { border-color: rgb(155,0,18); }

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