Html Css Color HEX #B9342E Medium Carmine

📋 copy color: '#B9342E'

red 185 ◦ green 52 ◦ blue 46

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

Shades of Medium Carmine #B9342E

Tints of Medium Carmine #B9342E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.25%

R = 65.37%
G = 18.37%
B = 16.25%

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

#B9342E (or 0xB9342E) is known color: Medium Carmine. HEX triplet: B9, 34 and 2E. RGB value is (185,52,46). Sum of RGB (Red+Green+Blue) = 185+52+46=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9342E is #46CBD1. Grayscale: #5B5B5B. Windows color (decimal): -4639698 or 3028153. OLE color: 3028153.

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

Color convert

RGB 185 52 46 -
CMYK 0 0.72 0.75 0.27
HSL 2.59º 0.6% 0.45% -
HSV(B) 2.59º 0.75% 0.73% -
XYZ 21.73 12.97 3.94 -
YUV 91.08 102.56 194.99 -
System Red Green Blue C M Y K H S L
Decimal 185 52 46 0 0.72 0.75 0.27 2.59 0.6 0.45
Hex B9 34 2E 0 48 4B 1B 3 3C 2D
Octal 271 64 56 0 110 113 33 3 74 55
Binary 10111001 110100 101110 0 1001000 1001011 11011 11 111100 101101

Color Harmonies of #B9342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9342E

Black with #B9342E

Text Example


Text Example

White with #B9342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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