Html Css Color HEX #B9332C Medium Carmine

📋 copy color: '#B9332C'

red 185 ◦ green 51 ◦ blue 44

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

Shades of Medium Carmine #B9332C

Tints of Medium Carmine #B9332C

RGB

 RED value IS 185 (72.66% from 255) = 66.07%

 GREEN value IS 51 (20.31% from 255) = 18.21%

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

R = 66.07%
G = 18.21%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9332C (or 0xB9332C) is known color: Medium Carmine. HEX triplet: B9, 33 and 2C. RGB value is (185,51,44). Sum of RGB (Red+Green+Blue) = 185+51+44=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B9332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9332C is #46CCD3. Grayscale: #5A5A5A. Windows color (decimal): -4639956 or 2896825. OLE color: 2896825.

HSL color Cylindrical-coordinate representation of color #B9332C: hue angle of 2.98º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9332C is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 51 44 -
CMYK 0 0.72 0.76 0.27
HSL 2.98º 0.62% 0.45% -
HSV(B) 2.98º 0.76% 0.73% -
XYZ 21.65 12.86 3.72 -
YUV 90.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 185 51 44 0 0.72 0.76 0.27 2.98 0.62 0.45
Hex B9 33 2C 0 48 4C 1B 3 3E 2D
Octal 271 63 54 0 110 114 33 3 76 55
Binary 10111001 110011 101100 0 1001000 1001100 11011 11 111110 101101

Color Harmonies of #B9332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9332C

Black with #B9332C

Text Example


Text Example

White with #B9332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9332C; }

 p { color: rgb(185,51,44); }

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

background-color css

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

 a { background-color: rgb(185,51,44); }

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

border-color css

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

 span { border-color: rgb(185,51,44); }

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