Html Css Color HEX #B9342D Medium Carmine

📋 copy color: '#B9342D'

red 185 ◦ green 52 ◦ blue 45

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

Shades of Medium Carmine #B9342D

Tints of Medium Carmine #B9342D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.44%

 BLUE value IS 45 (17.97% from 255) = 15.96%

R = 65.6%
G = 18.44%
B = 15.96%

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

#B9342D (or 0xB9342D) is known color: Medium Carmine. HEX triplet: B9, 34 and 2D. RGB value is (185,52,45). Sum of RGB (Red+Green+Blue) = 185+52+45=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B9342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9342D is #46CBD2. Grayscale: #5B5B5B. Windows color (decimal): -4639699 or 2962617. OLE color: 2962617.

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

Color convert

RGB 185 52 45 -
CMYK 0 0.72 0.76 0.27
HSL 0.61% 0.45% -
HSV(B) 0.76% 0.73% -
XYZ 21.71 12.96 3.84 -
YUV 90.97 102.06 195.07 -
System Red Green Blue C M Y K H S L
Decimal 185 52 45 0 0.72 0.76 0.27 3 0.61 0.45
Hex B9 34 2D 0 48 4C 1B 3 3D 2D
Octal 271 64 55 0 110 114 33 3 75 55
Binary 10111001 110100 101101 0 1001000 1001100 11011 11 111101 101101

Color Harmonies of #B9342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9342D

Black with #B9342D

Text Example


Text Example

White with #B9342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9342D; }

 p { color: rgb(185,52,45); }

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

background-color css

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

 a { background-color: rgb(185,52,45); }

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

border-color css

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

 span { border-color: rgb(185,52,45); }

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