Html Css Color HEX #B04A36 Medium Carmine

📋 copy color: '#B04A36'

red 176 ◦ green 74 ◦ blue 54

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

Shades of Medium Carmine #B04A36

Tints of Medium Carmine #B04A36

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.34%

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

R = 57.89%
G = 24.34%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B04A36 (or 0xB04A36) is known color: Medium Carmine. HEX triplet: B0, 4A and 36. RGB value is (176,74,54). Sum of RGB (Red+Green+Blue) = 176+74+54=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04A36 is #4FB5C9. Grayscale: #666666. Windows color (decimal): -5223882 or 3558064. OLE color: 3558064.

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

Color convert

RGB 176 74 54 -
CMYK 0 0.58 0.69 0.31
HSL 9.84º 0.53% 0.45% -
HSV(B) 9.84º 0.69% 0.69% -
XYZ 21.02 14.39 5.16 -
YUV 102.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 176 74 54 0 0.58 0.69 0.31 9.84 0.53 0.45
Hex B0 4A 36 0 3A 45 1F A 35 2D
Octal 260 112 66 0 72 105 37 12 65 55
Binary 10110000 1001010 110110 0 111010 1000101 11111 1010 110101 101101

Color Harmonies of #B04A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04A36

Black with #B04A36

Text Example


Text Example

White with #B04A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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