Html Css Color HEX #B9362F Medium Carmine

📋 copy color: '#B9362F'

red 185 ◦ green 54 ◦ blue 47

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

Shades of Medium Carmine #B9362F

Tints of Medium Carmine #B9362F

RGB

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

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

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

R = 64.69%
G = 18.88%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9362F (or 0xB9362F) is known color: Medium Carmine. HEX triplet: B9, 36 and 2F. RGB value is (185,54,47). Sum of RGB (Red+Green+Blue) = 185+54+47=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B9362F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9362F is #46C9D0. Grayscale: #5C5C5C. Windows color (decimal): -4639185 or 3094201. OLE color: 3094201.

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

Color convert

RGB 185 54 47 -
CMYK 0 0.71 0.75 0.27
HSL 3.04º 0.59% 0.45% -
HSV(B) 3.04º 0.75% 0.73% -
XYZ 21.84 13.16 4.08 -
YUV 92.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 185 54 47 0 0.71 0.75 0.27 3.04 0.59 0.45
Hex B9 36 2F 0 47 4B 1B 3 3B 2D
Octal 271 66 57 0 107 113 33 3 73 55
Binary 10111001 110110 101111 0 1000111 1001011 11011 11 111011 101101

Color Harmonies of #B9362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9362F

Black with #B9362F

Text Example


Text Example

White with #B9362F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9362F; }

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

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

background-color css

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

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

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

border-color css

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

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

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