Html Css Color HEX #B24040 Medium Carmine

📋 copy color: '#B24040'

red 178 ◦ green 64 ◦ blue 64

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

Shades of Medium Carmine #B24040

Tints of Medium Carmine #B24040

RGB

 RED value IS 178 (69.92% from 255) = 58.17%

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

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

R = 58.17%
G = 20.92%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B24040 (or 0xB24040) is known color: Medium Carmine. HEX triplet: B2, 40 and 40. RGB value is (178,64,64). Sum of RGB (Red+Green+Blue) = 178+64+64=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B24040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24040 is #4DBFBF. Grayscale: #626262. Windows color (decimal): -5095360 or 4210866. OLE color: 4210866.

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

Color convert

RGB 178 64 64 -
CMYK 0 0.64 0.64 0.30
HSL 0.47% 0.47% -
HSV(B) 0.64% 0.7% -
XYZ 21.12 13.5 6.34 -
YUV 98.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 178 64 64 0 0.64 0.64 0.30 0 0.47 0.47
Hex B2 40 40 0 40 40 1E 0 2F 2F
Octal 262 100 100 0 100 100 36 0 57 57
Binary 10110010 1000000 1000000 0 1000000 1000000 11110 0 101111 101111

Color Harmonies of #B24040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24040

Black with #B24040

Text Example


Text Example

White with #B24040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24040; }

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

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

background-color css

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

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

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

border-color css

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

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

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