Html Css Color HEX #B04031 Medium Carmine

📋 copy color: '#B04031'

red 176 ◦ green 64 ◦ blue 49

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

Shades of Medium Carmine #B04031

Tints of Medium Carmine #B04031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

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

R = 60.9%
G = 22.15%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B04031 (or 0xB04031) is known color: Medium Carmine. HEX triplet: B0, 40 and 31. RGB value is (176,64,49). Sum of RGB (Red+Green+Blue) = 176+64+49=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B04031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04031 is #4FBFCE. Grayscale: #5F5F5F. Windows color (decimal): -5226447 or 3227824. OLE color: 3227824.

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

Color convert

RGB 176 64 49 -
CMYK 0 0.64 0.72 0.31
HSL 7.09º 0.56% 0.44% -
HSV(B) 7.09º 0.72% 0.69% -
XYZ 20.29 13.12 4.37 -
YUV 95.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 176 64 49 0 0.64 0.72 0.31 7.09 0.56 0.44
Hex B0 40 31 0 40 48 1F 7 38 2C
Octal 260 100 61 0 100 110 37 7 70 54
Binary 10110000 1000000 110001 0 1000000 1001000 11111 111 111000 101100

Color Harmonies of #B04031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04031

Black with #B04031

Text Example


Text Example

White with #B04031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04031; }

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

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

background-color css

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

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

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

border-color css

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

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

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