Html Css Color HEX #B04140 Medium Carmine

📋 copy color: '#B04140'

red 176 ◦ green 65 ◦ blue 64

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

Shades of Medium Carmine #B04140

Tints of Medium Carmine #B04140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.31%

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

R = 57.7%
G = 21.31%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B04140 (or 0xB04140) is known color: Medium Carmine. HEX triplet: B0, 41 and 40. RGB value is (176,65,64). Sum of RGB (Red+Green+Blue) = 176+65+64=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B04140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04140 is #4FBEBF. Grayscale: #626262. Windows color (decimal): -5226176 or 4211120. OLE color: 4211120.

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

Color convert

RGB 176 65 64 -
CMYK 0 0.63 0.64 0.31
HSL 0.54º 0.47% 0.47% -
HSV(B) 0.54º 0.64% 0.69% -
XYZ 20.72 13.38 6.34 -
YUV 98.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 176 65 64 0 0.63 0.64 0.31 0.54 0.47 0.47
Hex B0 41 40 0 3F 40 1F 1 2F 2F
Octal 260 101 100 0 77 100 37 1 57 57
Binary 10110000 1000001 1000000 0 111111 1000000 11111 1 101111 101111

Color Harmonies of #B04140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04140

Black with #B04140

Text Example


Text Example

White with #B04140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04140; }

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

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

background-color css

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

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

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

border-color css

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

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

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