Html Css Color HEX #B9362D Medium Carmine

📋 copy color: '#B9362D'

red 185 ◦ green 54 ◦ blue 45

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

Shades of Medium Carmine #B9362D

Tints of Medium Carmine #B9362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.01%

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

R = 65.14%
G = 19.01%
B = 15.85%

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

#B9362D (or 0xB9362D) is known color: Medium Carmine. HEX triplet: B9, 36 and 2D. RGB value is (185,54,45). Sum of RGB (Red+Green+Blue) = 185+54+45=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B9362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9362D is #46C9D2. Grayscale: #5C5C5C. Windows color (decimal): -4639187 or 2963129. OLE color: 2963129.

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

Color convert

RGB 185 54 45 -
CMYK 0 0.71 0.76 0.27
HSL 3.86º 0.61% 0.45% -
HSV(B) 3.86º 0.76% 0.73% -
XYZ 21.8 13.14 3.87 -
YUV 92.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 185 54 45 0 0.71 0.76 0.27 3.86 0.61 0.45
Hex B9 36 2D 0 47 4C 1B 4 3D 2D
Octal 271 66 55 0 107 114 33 4 75 55
Binary 10111001 110110 101101 0 1000111 1001100 11011 100 111101 101101

Color Harmonies of #B9362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9362D

Black with #B9362D

Text Example


Text Example

White with #B9362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9362D; }

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

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

background-color css

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

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

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

border-color css

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

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

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