Html Css Color HEX #B24A39 Medium Carmine

📋 copy color: '#B24A39'

red 178 ◦ green 74 ◦ blue 57

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

Shades of Medium Carmine #B24A39

Tints of Medium Carmine #B24A39

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.95%

 BLUE value IS 57 (22.66% from 255) = 18.45%

R = 57.61%
G = 23.95%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B24A39 (or 0xB24A39) is known color: Medium Carmine. HEX triplet: B2, 4A and 39. RGB value is (178,74,57). Sum of RGB (Red+Green+Blue) = 178+74+57=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A39 is #4DB5C6. Grayscale: #676767. Windows color (decimal): -5092807 or 3754674. OLE color: 3754674.

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

Color convert

RGB 178 74 57 -
CMYK 0 0.58 0.68 0.30
HSL 8.43º 0.51% 0.46% -
HSV(B) 8.43º 0.68% 0.7% -
XYZ 21.55 14.66 5.56 -
YUV 103.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 178 74 57 0 0.58 0.68 0.30 8.43 0.51 0.46
Hex B2 4A 39 0 3A 44 1E 8 33 2E
Octal 262 112 71 0 72 104 36 10 63 56
Binary 10110010 1001010 111001 0 111010 1000100 11110 1000 110011 101110

Color Harmonies of #B24A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24A39

Black with #B24A39

Text Example


Text Example

White with #B24A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24A39; }

 p { color: rgb(178,74,57); }

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

background-color css

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

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

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

border-color css

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

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

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