Html Css Color HEX #B04137 Medium Carmine

📋 copy color: '#B04137'

red 176 ◦ green 65 ◦ blue 55

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

Shades of Medium Carmine #B04137

Tints of Medium Carmine #B04137

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.96%

 BLUE value IS 55 (21.88% from 255) = 18.58%

R = 59.46%
G = 21.96%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B04137 (or 0xB04137) is known color: Medium Carmine. HEX triplet: B0, 41 and 37. RGB value is (176,65,55). Sum of RGB (Red+Green+Blue) = 176+65+55=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B04137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04137 is #4FBEC8. Grayscale: #616161. Windows color (decimal): -5226185 or 3621296. OLE color: 3621296.

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

Color convert

RGB 176 65 55 -
CMYK 0 0.63 0.69 0.31
HSL 4.96º 0.52% 0.45% -
HSV(B) 4.96º 0.69% 0.69% -
XYZ 20.48 13.29 5.1 -
YUV 97.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 176 65 55 0 0.63 0.69 0.31 4.96 0.52 0.45
Hex B0 41 37 0 3F 45 1F 5 34 2D
Octal 260 101 67 0 77 105 37 5 64 55
Binary 10110000 1000001 110111 0 111111 1000101 11111 101 110100 101101

Color Harmonies of #B04137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04137

Black with #B04137

Text Example


Text Example

White with #B04137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04137; }

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

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

background-color css

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

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

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

border-color css

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

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

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