Html Css Color HEX #B9362C Medium Carmine

📋 copy color: '#B9362C'

red 185 ◦ green 54 ◦ blue 44

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

Shades of Medium Carmine #B9362C

Tints of Medium Carmine #B9362C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.55%

R = 65.37%
G = 19.08%
B = 15.55%

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

#B9362C (or 0xB9362C) is known color: Medium Carmine. HEX triplet: B9, 36 and 2C. RGB value is (185,54,44). Sum of RGB (Red+Green+Blue) = 185+54+44=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9362C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9362C is #46C9D3. Grayscale: #5C5C5C. Windows color (decimal): -4639188 or 2897593. OLE color: 2897593.

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

Color convert

RGB 185 54 44 -
CMYK 0 0.71 0.76 0.27
HSL 4.26º 0.62% 0.45% -
HSV(B) 4.26º 0.76% 0.73% -
XYZ 21.78 13.13 3.77 -
YUV 92.03 100.9 194.31 -
System Red Green Blue C M Y K H S L
Decimal 185 54 44 0 0.71 0.76 0.27 4.26 0.62 0.45
Hex B9 36 2C 0 47 4C 1B 4 3E 2D
Octal 271 66 54 0 107 114 33 4 76 55
Binary 10111001 110110 101100 0 1000111 1001100 11011 100 111110 101101

Color Harmonies of #B9362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9362C

Black with #B9362C

Text Example


Text Example

White with #B9362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9362C; }

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

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

background-color css

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

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

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

border-color css

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

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

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