Html Css Color HEX #9B121E Carmine

📋 copy color: '#9B121E'

red 155 ◦ green 18 ◦ blue 30

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

Shades of Carmine #9B121E

Tints of Carmine #9B121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

 BLUE value IS 30 (12.11% from 255) = 14.78%

R = 76.35%
G = 8.87%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9B121E (or 0x9B121E) is known color: Carmine. HEX triplet: 9B, 12 and 1E. RGB value is (155,18,30). Sum of RGB (Red+Green+Blue) = 155+18+30=203 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.35% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 155 - color contains mainly: red. Hex color #9B121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B121E is #64EDE1. Grayscale: #3C3C3C. Windows color (decimal): -6614498 or 1970843. OLE color: 1970843.

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

Color convert

RGB 155 18 30 -
CMYK 0 0.88 0.81 0.39
HSL 354.74º 0.79% 0.34% -
HSV(B) 354.74º 0.88% 0.61% -
XYZ 13.97 7.49 1.94 -
YUV 60.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 155 18 30 0 0.88 0.81 0.39 354.74 0.79 0.34
Hex 9B 12 1E 0 58 51 27 163 4F 22
Octal 233 22 36 0 130 121 47 543 117 42
Binary 10011011 10010 11110 0 1011000 1010001 100111 101100011 1001111 100010

Color Harmonies of #9B121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B121E

Black with #9B121E

Text Example


Text Example

White with #9B121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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