Html Css Color HEX #B04831 Medium Carmine

📋 copy color: '#B04831'

red 176 ◦ green 72 ◦ blue 49

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

Shades of Medium Carmine #B04831

Tints of Medium Carmine #B04831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.24%

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 59.26%
G = 24.24%
B = 16.5%

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

#B04831 (or 0xB04831) is known color: Medium Carmine. HEX triplet: B0, 48 and 31. RGB value is (176,72,49). Sum of RGB (Red+Green+Blue) = 176+72+49=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B04831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04831 is #4FB7CE. Grayscale: #646464. Windows color (decimal): -5224399 or 3229872. OLE color: 3229872.

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

Color convert

RGB 176 72 49 -
CMYK 0 0.59 0.72 0.31
HSL 10.87º 0.56% 0.44% -
HSV(B) 10.87º 0.72% 0.69% -
XYZ 20.78 14.09 4.53 -
YUV 100.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 176 72 49 0 0.59 0.72 0.31 10.87 0.56 0.44
Hex B0 48 31 0 3B 48 1F B 38 2C
Octal 260 110 61 0 73 110 37 13 70 54
Binary 10110000 1001000 110001 0 111011 1001000 11111 1011 111000 101100

Color Harmonies of #B04831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04831

Black with #B04831

Text Example


Text Example

White with #B04831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04831; }

 p { color: rgb(176,72,49); }

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

background-color css

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

 a { background-color: rgb(176,72,49); }

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

border-color css

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

 span { border-color: rgb(176,72,49); }

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