Html Css Color HEX #B04440 Medium Carmine

📋 copy color: '#B04440'

red 176 ◦ green 68 ◦ blue 64

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

Shades of Medium Carmine #B04440

Tints of Medium Carmine #B04440

RGB

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

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

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

R = 57.14%
G = 22.08%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B04440 (or 0xB04440) is known color: Medium Carmine. HEX triplet: B0, 44 and 40. RGB value is (176,68,64). Sum of RGB (Red+Green+Blue) = 176+68+64=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B04440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04440 is #4FBBBF. Grayscale: #636363. Windows color (decimal): -5225408 or 4211888. OLE color: 4211888.

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

Color convert

RGB 176 68 64 -
CMYK 0 0.61 0.64 0.31
HSL 2.14º 0.47% 0.47% -
HSV(B) 2.14º 0.64% 0.69% -
XYZ 20.9 13.73 6.4 -
YUV 99.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 176 68 64 0 0.61 0.64 0.31 2.14 0.47 0.47
Hex B0 44 40 0 3D 40 1F 2 2F 2F
Octal 260 104 100 0 75 100 37 2 57 57
Binary 10110000 1000100 1000000 0 111101 1000000 11111 10 101111 101111

Color Harmonies of #B04440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04440

Black with #B04440

Text Example


Text Example

White with #B04440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04440; }

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

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

background-color css

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

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

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

border-color css

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

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

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