Html Css Color HEX #B03736 Medium Carmine

📋 copy color: '#B03736'

red 176 ◦ green 55 ◦ blue 54

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

Shades of Medium Carmine #B03736

Tints of Medium Carmine #B03736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.95%

R = 61.75%
G = 19.3%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B03736 (or 0xB03736) is known color: Medium Carmine. HEX triplet: B0, 37 and 36. RGB value is (176,55,54). Sum of RGB (Red+Green+Blue) = 176+55+54=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B03736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03736 is #4FC8C9. Grayscale: #5B5B5B. Windows color (decimal): -5228746 or 3553200. OLE color: 3553200.

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

Color convert

RGB 176 55 54 -
CMYK 0 0.69 0.69 0.31
HSL 0.49º 0.53% 0.45% -
HSV(B) 0.49º 0.69% 0.69% -
XYZ 19.94 12.23 4.8 -
YUV 91.07 107.09 188.58 -
System Red Green Blue C M Y K H S L
Decimal 176 55 54 0 0.69 0.69 0.31 0.49 0.53 0.45
Hex B0 37 36 0 45 45 1F 0 35 2D
Octal 260 67 66 0 105 105 37 0 65 55
Binary 10110000 110111 110110 0 1000101 1000101 11111 0 110101 101101

Color Harmonies of #B03736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03736

Black with #B03736

Text Example


Text Example

White with #B03736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03736; }

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

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

background-color css

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

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

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

border-color css

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

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

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