Html Css Color HEX #9B122B Carmine

📋 copy color: '#9B122B'

red 155 ◦ green 18 ◦ blue 43

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

Shades of Carmine #9B122B

Tints of Carmine #9B122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.91%

R = 71.76%
G = 8.33%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B122B (or 0x9B122B) is known color: Carmine. HEX triplet: 9B, 12 and 2B. RGB value is (155,18,43). Sum of RGB (Red+Green+Blue) = 155+18+43=216 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.76% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 155 - color contains mainly: red. Hex color #9B122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B122B is #64EDD4. Grayscale: #3D3D3D. Windows color (decimal): -6614485 or 2822811. OLE color: 2822811.

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

Color convert

RGB 155 18 43 -
CMYK 0 0.88 0.72 0.39
HSL 349.05º 0.79% 0.34% -
HSV(B) 349.05º 0.88% 0.61% -
XYZ 14.17 7.58 3 -
YUV 61.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 155 18 43 0 0.88 0.72 0.39 349.05 0.79 0.34
Hex 9B 12 2B 0 58 48 27 15D 4F 22
Octal 233 22 53 0 130 110 47 535 117 42
Binary 10011011 10010 101011 0 1011000 1001000 100111 101011101 1001111 100010

Color Harmonies of #9B122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B122B

Black with #9B122B

Text Example


Text Example

White with #9B122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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