Html Css Color HEX #9B112F Carmine

📋 copy color: '#9B112F'

red 155 ◦ green 17 ◦ blue 47

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

Shades of Carmine #9B112F

Tints of Carmine #9B112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.76%

 BLUE value IS 47 (18.75% from 255) = 21.46%

R = 70.78%
G = 7.76%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B112F (or 0x9B112F) is known color: Carmine. HEX triplet: 9B, 11 and 2F. RGB value is (155,17,47). Sum of RGB (Red+Green+Blue) = 155+17+47=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B112F is #64EED0. Grayscale: #3D3D3D. Windows color (decimal): -6614737 or 3084699. OLE color: 3084699.

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

Color convert

RGB 155 17 47 -
CMYK 0 0.89 0.70 0.39
HSL 346.96º 0.8% 0.34% -
HSV(B) 346.96º 0.89% 0.61% -
XYZ 14.23 7.57 3.4 -
YUV 61.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 155 17 47 0 0.89 0.70 0.39 346.96 0.8 0.34
Hex 9B 11 2F 0 59 46 27 15B 50 22
Octal 233 21 57 0 131 106 47 533 120 42
Binary 10011011 10001 101111 0 1011001 1000110 100111 101011011 1010000 100010

Color Harmonies of #9B112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B112F

Black with #9B112F

Text Example


Text Example

White with #9B112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,17,47); }

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

background-color css

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

 a { background-color: rgb(155,17,47); }

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

border-color css

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

 span { border-color: rgb(155,17,47); }

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