Html Css Color HEX #B04336 Medium Carmine

📋 copy color: '#B04336'

red 176 ◦ green 67 ◦ blue 54

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

Shades of Medium Carmine #B04336

Tints of Medium Carmine #B04336

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.56%

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

R = 59.26%
G = 22.56%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B04336 (or 0xB04336) is known color: Medium Carmine. HEX triplet: B0, 43 and 36. RGB value is (176,67,54). Sum of RGB (Red+Green+Blue) = 176+67+54=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B04336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04336 is #4FBCC9. Grayscale: #626262. Windows color (decimal): -5225674 or 3556272. OLE color: 3556272.

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

Color convert

RGB 176 67 54 -
CMYK 0 0.62 0.69 0.31
HSL 6.39º 0.53% 0.45% -
HSV(B) 6.39º 0.69% 0.69% -
XYZ 20.58 13.51 5.01 -
YUV 98.11 103.11 183.56 -
System Red Green Blue C M Y K H S L
Decimal 176 67 54 0 0.62 0.69 0.31 6.39 0.53 0.45
Hex B0 43 36 0 3E 45 1F 6 35 2D
Octal 260 103 66 0 76 105 37 6 65 55
Binary 10110000 1000011 110110 0 111110 1000101 11111 110 110101 101101

Color Harmonies of #B04336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04336

Black with #B04336

Text Example


Text Example

White with #B04336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04336; }

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

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

background-color css

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

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

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

border-color css

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

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

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