Html Css Color HEX #B04241 Medium Carmine

📋 copy color: '#B04241'

red 176 ◦ green 66 ◦ blue 65

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

Shades of Medium Carmine #B04241

Tints of Medium Carmine #B04241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.5%

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

R = 57.33%
G = 21.5%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B04241 (or 0xB04241) is known color: Medium Carmine. HEX triplet: B0, 42 and 41. RGB value is (176,66,65). Sum of RGB (Red+Green+Blue) = 176+66+65=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B04241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04241 is #4FBDBE. Grayscale: #626262. Windows color (decimal): -5225919 or 4276912. OLE color: 4276912.

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

Color convert

RGB 176 66 65 -
CMYK 0 0.62 0.63 0.31
HSL 0.54º 0.46% 0.47% -
HSV(B) 0.54º 0.63% 0.69% -
XYZ 20.81 13.51 6.51 -
YUV 98.78 108.94 183.08 -
System Red Green Blue C M Y K H S L
Decimal 176 66 65 0 0.62 0.63 0.31 0.54 0.46 0.47
Hex B0 42 41 0 3E 3F 1F 1 2E 2F
Octal 260 102 101 0 76 77 37 1 56 57
Binary 10110000 1000010 1000001 0 111110 111111 11111 1 101110 101111

Color Harmonies of #B04241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04241

Black with #B04241

Text Example


Text Example

White with #B04241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04241; }

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

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

background-color css

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

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

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

border-color css

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

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

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