Html Css Color HEX #B04932 Medium Carmine

📋 copy color: '#B04932'

red 176 ◦ green 73 ◦ blue 50

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

Shades of Medium Carmine #B04932

Tints of Medium Carmine #B04932

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.41%

 BLUE value IS 50 (19.92% from 255) = 16.72%

R = 58.86%
G = 24.41%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B04932 (or 0xB04932) is known color: Medium Carmine. HEX triplet: B0, 49 and 32. RGB value is (176,73,50). Sum of RGB (Red+Green+Blue) = 176+73+50=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B04932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04932 is #4FB6CD. Grayscale: #656565. Windows color (decimal): -5224142 or 3295664. OLE color: 3295664.

HSL color Cylindrical-coordinate representation of color #B04932: hue angle of 10.95º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B04932 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 73 50 -
CMYK 0 0.59 0.72 0.31
HSL 10.95º 0.56% 0.44% -
HSV(B) 10.95º 0.72% 0.69% -
XYZ 20.86 14.23 4.66 -
YUV 101.18 99.12 181.37 -
System Red Green Blue C M Y K H S L
Decimal 176 73 50 0 0.59 0.72 0.31 10.95 0.56 0.44
Hex B0 49 32 0 3B 48 1F B 38 2C
Octal 260 111 62 0 73 110 37 13 70 54
Binary 10110000 1001001 110010 0 111011 1001000 11111 1011 111000 101100

Color Harmonies of #B04932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04932

Black with #B04932

Text Example


Text Example

White with #B04932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04932; }

 p { color: rgb(176,73,50); }

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

background-color css

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

 a { background-color: rgb(176,73,50); }

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

border-color css

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

 span { border-color: rgb(176,73,50); }

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