Html Css Color HEX #B24241 Medium Carmine

📋 copy color: '#B24241'

red 178 ◦ green 66 ◦ blue 65

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

Shades of Medium Carmine #B24241

Tints of Medium Carmine #B24241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 57.61%
G = 21.36%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B24241 (or 0xB24241) is known color: Medium Carmine. HEX triplet: B2, 42 and 41. RGB value is (178,66,65). Sum of RGB (Red+Green+Blue) = 178+66+65=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B24241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24241 is #4DBDBE. Grayscale: #636363. Windows color (decimal): -5094847 or 4276914. OLE color: 4276914.

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

Color convert

RGB 178 66 65 -
CMYK 0 0.63 0.63 0.30
HSL 0.53º 0.47% 0.48% -
HSV(B) 0.53º 0.63% 0.7% -
XYZ 21.26 13.74 6.53 -
YUV 99.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 178 66 65 0 0.63 0.63 0.30 0.53 0.47 0.48
Hex B2 42 41 0 3F 3F 1E 1 2F 30
Octal 262 102 101 0 77 77 36 1 57 60
Binary 10110010 1000010 1000001 0 111111 111111 11110 1 101111 110000

Color Harmonies of #B24241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24241

Black with #B24241

Text Example


Text Example

White with #B24241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24241; }

 p { color: rgb(178,66,65); }

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

background-color css

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

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

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

border-color css

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

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

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