Html Css Color HEX #B3392C Medium Carmine

📋 copy color: '#B3392C'

red 179 ◦ green 57 ◦ blue 44

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

Shades of Medium Carmine #B3392C

Tints of Medium Carmine #B3392C

RGB

 RED value IS 179 (70.31% from 255) = 63.93%

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

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

R = 63.93%
G = 20.36%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3392C (or 0xB3392C) is known color: Medium Carmine. HEX triplet: B3, 39 and 2C. RGB value is (179,57,44). Sum of RGB (Red+Green+Blue) = 179+57+44=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B3392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3392C is #4CC6D3. Grayscale: #5C5C5C. Windows color (decimal): -5031636 or 2898355. OLE color: 2898355.

HSL color Cylindrical-coordinate representation of color #B3392C: hue angle of 5.78º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3392C is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 57 44 -
CMYK 0 0.68 0.75 0.30
HSL 5.78º 0.61% 0.44% -
HSV(B) 5.78º 0.75% 0.7% -
XYZ 20.51 12.69 3.75 -
YUV 92 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 179 57 44 0 0.68 0.75 0.30 5.78 0.61 0.44
Hex B3 39 2C 0 44 4B 1E 6 3D 2C
Octal 263 71 54 0 104 113 36 6 75 54
Binary 10110011 111001 101100 0 1000100 1001011 11110 110 111101 101100

Color Harmonies of #B3392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3392C

Black with #B3392C

Text Example


Text Example

White with #B3392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3392C; }

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

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

background-color css

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

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

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

border-color css

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

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

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