Html Css Color HEX #B04441 Medium Carmine

📋 copy color: '#B04441'

red 176 ◦ green 68 ◦ blue 65

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

Shades of Medium Carmine #B04441

Tints of Medium Carmine #B04441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.01%

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 56.96%
G = 22.01%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B04441 (or 0xB04441) is known color: Medium Carmine. HEX triplet: B0, 44 and 41. RGB value is (176,68,65). Sum of RGB (Red+Green+Blue) = 176+68+65=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B04441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04441 is #4FBBBE. Grayscale: #646464. Windows color (decimal): -5225407 or 4277424. OLE color: 4277424.

HSL color Cylindrical-coordinate representation of color #B04441: hue angle of 1.62º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04441 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 68 65 -
CMYK 0 0.61 0.63 0.31
HSL 1.62º 0.46% 0.47% -
HSV(B) 1.62º 0.63% 0.69% -
XYZ 20.93 13.75 6.55 -
YUV 99.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 176 68 65 0 0.61 0.63 0.31 1.62 0.46 0.47
Hex B0 44 41 0 3D 3F 1F 2 2E 2F
Octal 260 104 101 0 75 77 37 2 56 57
Binary 10110000 1000100 1000001 0 111101 111111 11111 10 101110 101111

Color Harmonies of #B04441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04441

Black with #B04441

Text Example


Text Example

White with #B04441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04441; }

 p { color: rgb(176,68,65); }

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

background-color css

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

 a { background-color: rgb(176,68,65); }

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

border-color css

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

 span { border-color: rgb(176,68,65); }

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