Html Css Color HEX #B6392C Medium Carmine

📋 copy color: '#B6392C'

red 182 ◦ green 57 ◦ blue 44

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

Shades of Medium Carmine #B6392C

Tints of Medium Carmine #B6392C

RGB

 RED value IS 182 (71.48% from 255) = 64.31%

 GREEN value IS 57 (22.66% from 255) = 20.14%

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

R = 64.31%
G = 20.14%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6392C (or 0xB6392C) is known color: Medium Carmine. HEX triplet: B6, 39 and 2C. RGB value is (182,57,44). Sum of RGB (Red+Green+Blue) = 182+57+44=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B6392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6392C is #49C6D3. Grayscale: #5D5D5D. Windows color (decimal): -4835028 or 2898358. OLE color: 2898358.

HSL color Cylindrical-coordinate representation of color #B6392C: hue angle of 5.65º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6392C is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 57 44 -
CMYK 0 0.69 0.76 0.29
HSL 5.65º 0.61% 0.44% -
HSV(B) 5.65º 0.76% 0.71% -
XYZ 21.21 13.05 3.78 -
YUV 92.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 182 57 44 0 0.69 0.76 0.29 5.65 0.61 0.44
Hex B6 39 2C 0 45 4C 1D 6 3D 2C
Octal 266 71 54 0 105 114 35 6 75 54
Binary 10110110 111001 101100 0 1000101 1001100 11101 110 111101 101100

Color Harmonies of #B6392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6392C

Black with #B6392C

Text Example


Text Example

White with #B6392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6392C; }

 p { color: rgb(182,57,44); }

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

background-color css

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

 a { background-color: rgb(182,57,44); }

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

border-color css

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

 span { border-color: rgb(182,57,44); }

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