Html Css Color HEX #B03E32 Medium Carmine

📋 copy color: '#B03E32'

red 176 ◦ green 62 ◦ blue 50

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

Shades of Medium Carmine #B03E32

Tints of Medium Carmine #B03E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.53%

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

R = 61.11%
G = 21.53%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B03E32 (or 0xB03E32) is known color: Medium Carmine. HEX triplet: B0, 3E and 32. RGB value is (176,62,50). Sum of RGB (Red+Green+Blue) = 176+62+50=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03E32 is #4FC1CD. Grayscale: #5E5E5E. Windows color (decimal): -5226958 or 3292848. OLE color: 3292848.

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

Color convert

RGB 176 62 50 -
CMYK 0 0.65 0.72 0.31
HSL 5.71º 0.56% 0.44% -
HSV(B) 5.71º 0.72% 0.69% -
XYZ 20.2 12.91 4.44 -
YUV 94.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 176 62 50 0 0.65 0.72 0.31 5.71 0.56 0.44
Hex B0 3E 32 0 41 48 1F 6 38 2C
Octal 260 76 62 0 101 110 37 6 70 54
Binary 10110000 111110 110010 0 1000001 1001000 11111 110 111000 101100

Color Harmonies of #B03E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03E32

Black with #B03E32

Text Example


Text Example

White with #B03E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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