Html Css Color HEX #B24242 Medium Carmine

📋 copy color: '#B24242'

red 178 ◦ green 66 ◦ blue 66

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

Shades of Medium Carmine #B24242

Tints of Medium Carmine #B24242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 57.42%
G = 21.29%
B = 21.29%

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

#B24242 (or 0xB24242) is known color: Medium Carmine. HEX triplet: B2, 42 and 42. RGB value is (178,66,66). Sum of RGB (Red+Green+Blue) = 178+66+66=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B24242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24242 is #4DBDBD. Grayscale: #636363. Windows color (decimal): -5094846 or 4342450. OLE color: 4342450.

HSL color Cylindrical-coordinate representation of color #B24242: hue angle of 0º degrees, saturation: 0.46, 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 #B24242 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 66 66 -
CMYK 0 0.63 0.63 0.30
HSL 0.46% 0.48% -
HSV(B) 0.63% 0.7% -
XYZ 21.29 13.75 6.69 -
YUV 99.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 178 66 66 0 0.63 0.63 0.30 0 0.46 0.48
Hex B2 42 42 0 3F 3F 1E 0 2E 30
Octal 262 102 102 0 77 77 36 0 56 60
Binary 10110010 1000010 1000010 0 111111 111111 11110 0 101110 110000

Color Harmonies of #B24242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24242

Black with #B24242

Text Example


Text Example

White with #B24242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24242; }

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

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

background-color css

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

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

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

border-color css

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

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

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