Html Css Color HEX #9B092C Carmine

📋 copy color: '#9B092C'

red 155 ◦ green 9 ◦ blue 44

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

Shades of Carmine #9B092C

Tints of Carmine #9B092C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.33%

 BLUE value IS 44 (17.58% from 255) = 21.15%

R = 74.52%
G = 4.33%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B092C (or 0x9B092C) is known color: Carmine. HEX triplet: 9B, 09 and 2C. RGB value is (155,9,44). Sum of RGB (Red+Green+Blue) = 155+9+44=208 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.52% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 155 - color contains mainly: red. Hex color #9B092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B092C is #64F6D3. Grayscale: #383838. Windows color (decimal): -6616788 or 2886043. OLE color: 2886043.

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

Color convert

RGB 155 9 44 -
CMYK 0 0.94 0.72 0.39
HSL 345.62º 0.89% 0.32% -
HSV(B) 345.62º 0.94% 0.61% -
XYZ 14.07 7.35 3.06 -
YUV 56.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 155 9 44 0 0.94 0.72 0.39 345.62 0.89 0.32
Hex 9B 9 2C 0 5E 48 27 15A 59 20
Octal 233 11 54 0 136 110 47 532 131 40
Binary 10011011 1001 101100 0 1011110 1001000 100111 101011010 1011001 100000

Color Harmonies of #9B092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B092C

Black with #9B092C

Text Example


Text Example

White with #9B092C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,9,44); }

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

background-color css

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

 a { background-color: rgb(155,9,44); }

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

border-color css

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

 span { border-color: rgb(155,9,44); }

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