Html Css Color HEX #B03733 Medium Carmine

📋 copy color: '#B03733'

red 176 ◦ green 55 ◦ blue 51

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

Shades of Medium Carmine #B03733

Tints of Medium Carmine #B03733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.09%

R = 62.41%
G = 19.5%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B03733 (or 0xB03733) is known color: Medium Carmine. HEX triplet: B0, 37 and 33. RGB value is (176,55,51). Sum of RGB (Red+Green+Blue) = 176+55+51=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B03733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03733 is #4FC8CC. Grayscale: #5A5A5A. Windows color (decimal): -5228749 or 3356592. OLE color: 3356592.

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

Color convert

RGB 176 55 51 -
CMYK 0 0.69 0.71 0.31
HSL 1.92º 0.55% 0.45% -
HSV(B) 1.92º 0.71% 0.69% -
XYZ 19.87 12.2 4.44 -
YUV 90.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 176 55 51 0 0.69 0.71 0.31 1.92 0.55 0.45
Hex B0 37 33 0 45 47 1F 2 37 2D
Octal 260 67 63 0 105 107 37 2 67 55
Binary 10110000 110111 110011 0 1000101 1000111 11111 10 110111 101101

Color Harmonies of #B03733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03733

Black with #B03733

Text Example


Text Example

White with #B03733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03733; }

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

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

background-color css

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

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

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

border-color css

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

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

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