Html Css Color HEX #B04731 Medium Carmine

📋 copy color: '#B04731'

red 176 ◦ green 71 ◦ blue 49

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

Shades of Medium Carmine #B04731

Tints of Medium Carmine #B04731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

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

R = 59.46%
G = 23.99%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B04731 (or 0xB04731) is known color: Medium Carmine. HEX triplet: B0, 47 and 31. RGB value is (176,71,49). Sum of RGB (Red+Green+Blue) = 176+71+49=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B04731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04731 is #4FB8CE. Grayscale: #646464. Windows color (decimal): -5224655 or 3229616. OLE color: 3229616.

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

Color convert

RGB 176 71 49 -
CMYK 0 0.60 0.72 0.31
HSL 10.39º 0.56% 0.44% -
HSV(B) 10.39º 0.72% 0.69% -
XYZ 20.71 13.96 4.51 -
YUV 99.89 99.29 182.29 -
System Red Green Blue C M Y K H S L
Decimal 176 71 49 0 0.60 0.72 0.31 10.39 0.56 0.44
Hex B0 47 31 0 3C 48 1F A 38 2C
Octal 260 107 61 0 74 110 37 12 70 54
Binary 10110000 1000111 110001 0 111100 1001000 11111 1010 111000 101100

Color Harmonies of #B04731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04731

Black with #B04731

Text Example


Text Example

White with #B04731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04731; }

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

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

background-color css

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

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

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

border-color css

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

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

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