Html Css Color HEX #B04240 Medium Carmine

📋 copy color: '#B04240'

red 176 ◦ green 66 ◦ blue 64

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

Shades of Medium Carmine #B04240

Tints of Medium Carmine #B04240

RGB

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

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

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

R = 57.52%
G = 21.57%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B04240 (or 0xB04240) is known color: Medium Carmine. HEX triplet: B0, 42 and 40. RGB value is (176,66,64). Sum of RGB (Red+Green+Blue) = 176+66+64=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B04240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04240 is #4FBDBF. Grayscale: #626262. Windows color (decimal): -5225920 or 4211376. OLE color: 4211376.

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

Color convert

RGB 176 66 64 -
CMYK 0 0.62 0.64 0.31
HSL 1.07º 0.47% 0.47% -
HSV(B) 1.07º 0.64% 0.69% -
XYZ 20.78 13.5 6.36 -
YUV 98.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 176 66 64 0 0.62 0.64 0.31 1.07 0.47 0.47
Hex B0 42 40 0 3E 40 1F 1 2F 2F
Octal 260 102 100 0 76 100 37 1 57 57
Binary 10110000 1000010 1000000 0 111110 1000000 11111 1 101111 101111

Color Harmonies of #B04240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04240

Black with #B04240

Text Example


Text Example

White with #B04240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04240; }

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

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

background-color css

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

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

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

border-color css

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

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

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