Html Css Color HEX #B04437 Medium Carmine

📋 copy color: '#B04437'

red 176 ◦ green 68 ◦ blue 55

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

Shades of Medium Carmine #B04437

Tints of Medium Carmine #B04437

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.74%

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

R = 58.86%
G = 22.74%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B04437 (or 0xB04437) is known color: Medium Carmine. HEX triplet: B0, 44 and 37. RGB value is (176,68,55). Sum of RGB (Red+Green+Blue) = 176+68+55=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B04437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04437 is #4FBBC8. Grayscale: #626262. Windows color (decimal): -5225417 or 3622064. OLE color: 3622064.

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

Color convert

RGB 176 68 55 -
CMYK 0 0.61 0.69 0.31
HSL 6.45º 0.52% 0.45% -
HSV(B) 6.45º 0.69% 0.69% -
XYZ 20.66 13.64 5.16 -
YUV 98.81 103.28 183.06 -
System Red Green Blue C M Y K H S L
Decimal 176 68 55 0 0.61 0.69 0.31 6.45 0.52 0.45
Hex B0 44 37 0 3D 45 1F 6 34 2D
Octal 260 104 67 0 75 105 37 6 64 55
Binary 10110000 1000100 110111 0 111101 1000101 11111 110 110100 101101

Color Harmonies of #B04437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04437

Black with #B04437

Text Example


Text Example

White with #B04437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04437; }

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

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

background-color css

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

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

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

border-color css

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

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

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