Html Css Color HEX #B03721 Medium Carmine

📋 copy color: '#B03721'

red 176 ◦ green 55 ◦ blue 33

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

Shades of Medium Carmine #B03721

Tints of Medium Carmine #B03721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.5%

R = 66.67%
G = 20.83%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B03721 (or 0xB03721) is known color: Medium Carmine. HEX triplet: B0, 37 and 21. RGB value is (176,55,33). Sum of RGB (Red+Green+Blue) = 176+55+33=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B03721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03721 is #4FC8DE. Grayscale: #585858. Windows color (decimal): -5228767 or 2176944. OLE color: 2176944.

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

Color convert

RGB 176 55 33 -
CMYK 0 0.69 0.81 0.31
HSL 9.23º 0.68% 0.41% -
HSV(B) 9.23º 0.81% 0.69% -
XYZ 19.55 12.07 2.74 -
YUV 88.67 96.59 190.29 -
System Red Green Blue C M Y K H S L
Decimal 176 55 33 0 0.69 0.81 0.31 9.23 0.68 0.41
Hex B0 37 21 0 45 51 1F 9 44 29
Octal 260 67 41 0 105 121 37 11 104 51
Binary 10110000 110111 100001 0 1000101 1010001 11111 1001 1000100 101001

Color Harmonies of #B03721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03721

Black with #B03721

Text Example


Text Example

White with #B03721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03721; }

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

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

background-color css

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

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

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

border-color css

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

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

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