Html Css Color HEX #B9332F Medium Carmine

📋 copy color: '#B9332F'

red 185 ◦ green 51 ◦ blue 47

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

Shades of Medium Carmine #B9332F

Tints of Medium Carmine #B9332F

RGB

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

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

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

R = 65.37%
G = 18.02%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9332F (or 0xB9332F) is known color: Medium Carmine. HEX triplet: B9, 33 and 2F. RGB value is (185,51,47). Sum of RGB (Red+Green+Blue) = 185+51+47=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9332F is #46CCD0. Grayscale: #5A5A5A. Windows color (decimal): -4639953 or 3093433. OLE color: 3093433.

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

Color convert

RGB 185 51 47 -
CMYK 0 0.72 0.75 0.27
HSL 1.74º 0.59% 0.45% -
HSV(B) 1.74º 0.75% 0.73% -
XYZ 21.7 12.89 4.03 -
YUV 90.61 103.39 195.33 -
System Red Green Blue C M Y K H S L
Decimal 185 51 47 0 0.72 0.75 0.27 1.74 0.59 0.45
Hex B9 33 2F 0 48 4B 1B 2 3B 2D
Octal 271 63 57 0 110 113 33 2 73 55
Binary 10111001 110011 101111 0 1001000 1001011 11011 10 111011 101101

Color Harmonies of #B9332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9332F

Black with #B9332F

Text Example


Text Example

White with #B9332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9332F; }

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

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

background-color css

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

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

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

border-color css

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

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

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