Html Css Color HEX #9B0018 Carmine

📋 copy color: '#9B0018'

red 155 ◦ green 0 ◦ blue 24

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

Shades of Carmine #9B0018

Tints of Carmine #9B0018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.41%

R = 86.59%
G = 0%
B = 13.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B0018 (or 0x9B0018) is known color: Carmine. HEX triplet: 9B, 00 and 18. RGB value is (155,0,24). Sum of RGB (Red+Green+Blue) = 155+0+24=179 (23% of max value = 765). Red value is 155 (60.94% from 255 or 86.59% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0018 is #64FFE7. Grayscale: #313131. Windows color (decimal): -6619112 or 1573019. OLE color: 1573019.

HSL color Cylindrical-coordinate representation of color #9B0018: hue angle of 350.71º 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 #9B0018 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 0 24 -
CMYK 0 1 0.85 0.39
HSL 350.71º 1% 0.3% -
HSV(B) 350.71º 1% 0.61% -
XYZ 13.68 7.03 1.5 -
YUV 49.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 155 0 24 0 1 0.85 0.39 350.71 1 0.3
Hex 9B 0 18 0 64 55 27 15F 64 1E
Octal 233 0 30 0 144 125 47 537 144 36
Binary 10011011 0 11000 0 1100100 1010101 100111 101011111 1100100 11110

Color Harmonies of #9B0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0018

Black with #9B0018

Text Example


Text Example

White with #9B0018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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