Html Css Color HEX #B03732 Medium Carmine

📋 copy color: '#B03732'

red 176 ◦ green 55 ◦ blue 50

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

Shades of Medium Carmine #B03732

Tints of Medium Carmine #B03732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.79%

R = 62.63%
G = 19.57%
B = 17.79%

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

#B03732 (or 0xB03732) is known color: Medium Carmine. HEX triplet: B0, 37 and 32. RGB value is (176,55,50). Sum of RGB (Red+Green+Blue) = 176+55+50=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B03732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03732 is #4FC8CD. Grayscale: #5A5A5A. Windows color (decimal): -5228750 or 3291056. OLE color: 3291056.

HSL color Cylindrical-coordinate representation of color #B03732: hue angle of 2.38º 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 #B03732 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 55 50 -
CMYK 0 0.69 0.72 0.31
HSL 2.38º 0.56% 0.44% -
HSV(B) 2.38º 0.72% 0.69% -
XYZ 19.85 12.19 4.33 -
YUV 90.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 176 55 50 0 0.69 0.72 0.31 2.38 0.56 0.44
Hex B0 37 32 0 45 48 1F 2 38 2C
Octal 260 67 62 0 105 110 37 2 70 54
Binary 10110000 110111 110010 0 1000101 1001000 11111 10 111000 101100

Color Harmonies of #B03732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03732

Black with #B03732

Text Example


Text Example

White with #B03732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03732; }

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

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

background-color css

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

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

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

border-color css

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

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

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