Html Css Color HEX #B04040 Medium Carmine

📋 copy color: '#B04040'

red 176 ◦ green 64 ◦ blue 64

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

Shades of Medium Carmine #B04040

Tints of Medium Carmine #B04040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 57.89%
G = 21.05%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B04040 (or 0xB04040) is known color: Medium Carmine. HEX triplet: B0, 40 and 40. RGB value is (176,64,64). Sum of RGB (Red+Green+Blue) = 176+64+64=304 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.89% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 176 - color contains mainly: red. Hex color #B04040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04040 is #4FBFBF. Grayscale: #616161. Windows color (decimal): -5226432 or 4210864. OLE color: 4210864.

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

Color convert

RGB 176 64 64 -
CMYK 0 0.64 0.64 0.31
HSL 0.47% 0.47% -
HSV(B) 0.64% 0.69% -
XYZ 20.66 13.27 6.32 -
YUV 97.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 176 64 64 0 0.64 0.64 0.31 0 0.47 0.47
Hex B0 40 40 0 40 40 1F 0 2F 2F
Octal 260 100 100 0 100 100 37 0 57 57
Binary 10110000 1000000 1000000 0 1000000 1000000 11111 0 101111 101111

Color Harmonies of #B04040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04040

Black with #B04040

Text Example


Text Example

White with #B04040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04040; }

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

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

background-color css

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

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

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

border-color css

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

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

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