Html Css Color HEX #B9352C Medium Carmine

📋 copy color: '#B9352C'

red 185 ◦ green 53 ◦ blue 44

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

Shades of Medium Carmine #B9352C

Tints of Medium Carmine #B9352C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.79%

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

R = 65.6%
G = 18.79%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9352C (or 0xB9352C) is known color: Medium Carmine. HEX triplet: B9, 35 and 2C. RGB value is (185,53,44). Sum of RGB (Red+Green+Blue) = 185+53+44=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B9352C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9352C is #46CAD3. Grayscale: #5B5B5B. Windows color (decimal): -4639444 or 2897337. OLE color: 2897337.

HSL color Cylindrical-coordinate representation of color #B9352C: hue angle of 3.83º 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 #B9352C is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 44 -
CMYK 0 0.71 0.76 0.27
HSL 3.83º 0.62% 0.45% -
HSV(B) 3.83º 0.76% 0.73% -
XYZ 21.74 13.04 3.75 -
YUV 91.44 101.23 194.73 -
System Red Green Blue C M Y K H S L
Decimal 185 53 44 0 0.71 0.76 0.27 3.83 0.62 0.45
Hex B9 35 2C 0 47 4C 1B 4 3E 2D
Octal 271 65 54 0 107 114 33 4 76 55
Binary 10111001 110101 101100 0 1000111 1001100 11011 100 111110 101101

Color Harmonies of #B9352C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9352C

Black with #B9352C

Text Example


Text Example

White with #B9352C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9352C; }

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

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

background-color css

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

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

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

border-color css

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

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

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