Html Css Color HEX #B9382C Medium Carmine

📋 copy color: '#B9382C'

red 185 ◦ green 56 ◦ blue 44

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

Shades of Medium Carmine #B9382C

Tints of Medium Carmine #B9382C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.65%

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

R = 64.91%
G = 19.65%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B9382C (or 0xB9382C) is known color: Medium Carmine. HEX triplet: B9, 38 and 2C. RGB value is (185,56,44). Sum of RGB (Red+Green+Blue) = 185+56+44=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B9382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9382C is #46C7D3. Grayscale: #5D5D5D. Windows color (decimal): -4638676 or 2898105. OLE color: 2898105.

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

Color convert

RGB 185 56 44 -
CMYK 0 0.70 0.76 0.27
HSL 5.11º 0.62% 0.45% -
HSV(B) 5.11º 0.76% 0.73% -
XYZ 21.88 13.32 3.8 -
YUV 93.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 185 56 44 0 0.70 0.76 0.27 5.11 0.62 0.45
Hex B9 38 2C 0 46 4C 1B 5 3E 2D
Octal 271 70 54 0 106 114 33 5 76 55
Binary 10111001 111000 101100 0 1000110 1001100 11011 101 111110 101101

Color Harmonies of #B9382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9382C

Black with #B9382C

Text Example


Text Example

White with #B9382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9382C; }

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

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

background-color css

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

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

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

border-color css

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

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

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