Html Css Color HEX #B03731 Medium Carmine

📋 copy color: '#B03731'

red 176 ◦ green 55 ◦ blue 49

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

Shades of Medium Carmine #B03731

Tints of Medium Carmine #B03731

RGB

 RED value IS 176 (69.14% from 255) = 62.86%

 GREEN value IS 55 (21.88% from 255) = 19.64%

 BLUE value IS 49 (19.53% from 255) = 17.5%

R = 62.86%
G = 19.64%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B03731 (or 0xB03731) is known color: Medium Carmine. HEX triplet: B0, 37 and 31. RGB value is (176,55,49). Sum of RGB (Red+Green+Blue) = 176+55+49=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B03731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03731 is #4FC8CE. Grayscale: #5A5A5A. Windows color (decimal): -5228751 or 3225520. OLE color: 3225520.

HSL color Cylindrical-coordinate representation of color #B03731: hue angle of 2.83º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03731 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 55 49 -
CMYK 0 0.69 0.72 0.31
HSL 2.83º 0.56% 0.44% -
HSV(B) 2.83º 0.72% 0.69% -
XYZ 19.83 12.18 4.21 -
YUV 90.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 176 55 49 0 0.69 0.72 0.31 2.83 0.56 0.44
Hex B0 37 31 0 45 48 1F 3 38 2C
Octal 260 67 61 0 105 110 37 3 70 54
Binary 10110000 110111 110001 0 1000101 1001000 11111 11 111000 101100

Color Harmonies of #B03731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03731

Black with #B03731

Text Example


Text Example

White with #B03731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03731; }

 p { color: rgb(176,55,49); }

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

background-color css

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

 a { background-color: rgb(176,55,49); }

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

border-color css

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

 span { border-color: rgb(176,55,49); }

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