Html Css Color HEX #B04032 Medium Carmine

📋 copy color: '#B04032'

red 176 ◦ green 64 ◦ blue 50

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

Shades of Medium Carmine #B04032

Tints of Medium Carmine #B04032

RGB

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

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

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

R = 60.69%
G = 22.07%
B = 17.24%

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

#B04032 (or 0xB04032) is known color: Medium Carmine. HEX triplet: B0, 40 and 32. RGB value is (176,64,50). Sum of RGB (Red+Green+Blue) = 176+64+50=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B04032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04032 is #4FBFCD. Grayscale: #606060. Windows color (decimal): -5226446 or 3293360. OLE color: 3293360.

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

Color convert

RGB 176 64 50 -
CMYK 0 0.64 0.72 0.31
HSL 6.67º 0.56% 0.44% -
HSV(B) 6.67º 0.72% 0.69% -
XYZ 20.31 13.13 4.48 -
YUV 95.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 176 64 50 0 0.64 0.72 0.31 6.67 0.56 0.44
Hex B0 40 32 0 40 48 1F 7 38 2C
Octal 260 100 62 0 100 110 37 7 70 54
Binary 10110000 1000000 110010 0 1000000 1001000 11111 111 111000 101100

Color Harmonies of #B04032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04032

Black with #B04032

Text Example


Text Example

White with #B04032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04032; }

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

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

background-color css

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

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

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

border-color css

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

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

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