Html Css Color HEX #B03729 Medium Carmine

📋 copy color: '#B03729'

red 176 ◦ green 55 ◦ blue 41

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

Shades of Medium Carmine #B03729

Tints of Medium Carmine #B03729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.07%

R = 64.71%
G = 20.22%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B03729 (or 0xB03729) is known color: Medium Carmine. HEX triplet: B0, 37 and 29. RGB value is (176,55,41). Sum of RGB (Red+Green+Blue) = 176+55+41=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B03729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03729 is #4FC8D6. Grayscale: #595959. Windows color (decimal): -5228759 or 2701232. OLE color: 2701232.

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

Color convert

RGB 176 55 41 -
CMYK 0 0.69 0.77 0.31
HSL 6.22º 0.62% 0.43% -
HSV(B) 6.22º 0.77% 0.69% -
XYZ 19.67 12.12 3.4 -
YUV 89.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 176 55 41 0 0.69 0.77 0.31 6.22 0.62 0.43
Hex B0 37 29 0 45 4D 1F 6 3E 2B
Octal 260 67 51 0 105 115 37 6 76 53
Binary 10110000 110111 101001 0 1000101 1001101 11111 110 111110 101011

Color Harmonies of #B03729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03729

Black with #B03729

Text Example


Text Example

White with #B03729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03729; }

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

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

background-color css

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

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

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

border-color css

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

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

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