Html Css Color HEX #B04436 Medium Carmine

📋 copy color: '#B04436'

red 176 ◦ green 68 ◦ blue 54

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

Shades of Medium Carmine #B04436

Tints of Medium Carmine #B04436

RGB

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

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

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

R = 59.06%
G = 22.82%
B = 18.12%

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

#B04436 (or 0xB04436) is known color: Medium Carmine. HEX triplet: B0, 44 and 36. RGB value is (176,68,54). Sum of RGB (Red+Green+Blue) = 176+68+54=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B04436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04436 is #4FBBC9. Grayscale: #626262. Windows color (decimal): -5225418 or 3556528. OLE color: 3556528.

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

Color convert

RGB 176 68 54 -
CMYK 0 0.61 0.69 0.31
HSL 6.89º 0.53% 0.45% -
HSV(B) 6.89º 0.69% 0.69% -
XYZ 20.64 13.63 5.03 -
YUV 98.7 102.78 183.14 -
System Red Green Blue C M Y K H S L
Decimal 176 68 54 0 0.61 0.69 0.31 6.89 0.53 0.45
Hex B0 44 36 0 3D 45 1F 7 35 2D
Octal 260 104 66 0 75 105 37 7 65 55
Binary 10110000 1000100 110110 0 111101 1000101 11111 111 110101 101101

Color Harmonies of #B04436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04436

Black with #B04436

Text Example


Text Example

White with #B04436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04436; }

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

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

background-color css

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

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

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

border-color css

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

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

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