Html Css Color HEX #B24440 Medium Carmine

📋 copy color: '#B24440'

red 178 ◦ green 68 ◦ blue 64

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

Shades of Medium Carmine #B24440

Tints of Medium Carmine #B24440

RGB

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

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

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

R = 57.42%
G = 21.94%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B24440 (or 0xB24440) is known color: Medium Carmine. HEX triplet: B2, 44 and 40. RGB value is (178,68,64). Sum of RGB (Red+Green+Blue) = 178+68+64=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B24440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24440 is #4DBBBF. Grayscale: #646464. Windows color (decimal): -5094336 or 4211890. OLE color: 4211890.

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

Color convert

RGB 178 68 64 -
CMYK 0 0.62 0.64 0.30
HSL 2.11º 0.47% 0.47% -
HSV(B) 2.11º 0.64% 0.7% -
XYZ 21.35 13.97 6.42 -
YUV 100.43 107.44 183.33 -
System Red Green Blue C M Y K H S L
Decimal 178 68 64 0 0.62 0.64 0.30 2.11 0.47 0.47
Hex B2 44 40 0 3E 40 1E 2 2F 2F
Octal 262 104 100 0 76 100 36 2 57 57
Binary 10110010 1000100 1000000 0 111110 1000000 11110 10 101111 101111

Color Harmonies of #B24440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24440

Black with #B24440

Text Example


Text Example

White with #B24440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24440; }

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

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

background-color css

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

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

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

border-color css

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

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

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