Html Css Color HEX #B24139 Medium Carmine

📋 copy color: '#B24139'

red 178 ◦ green 65 ◦ blue 57

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

Shades of Medium Carmine #B24139

Tints of Medium Carmine #B24139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.67%

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

R = 59.33%
G = 21.67%
B = 19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B24139 (or 0xB24139) is known color: Medium Carmine. HEX triplet: B2, 41 and 39. RGB value is (178,65,57). Sum of RGB (Red+Green+Blue) = 178+65+57=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B24139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24139 is #4DBEC6. Grayscale: #626262. Windows color (decimal): -5095111 or 3752370. OLE color: 3752370.

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

Color convert

RGB 178 65 57 -
CMYK 0 0.63 0.68 0.30
HSL 3.97º 0.51% 0.46% -
HSV(B) 3.97º 0.68% 0.7% -
XYZ 20.99 13.54 5.38 -
YUV 97.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 178 65 57 0 0.63 0.68 0.30 3.97 0.51 0.46
Hex B2 41 39 0 3F 44 1E 4 33 2E
Octal 262 101 71 0 77 104 36 4 63 56
Binary 10110010 1000001 111001 0 111111 1000100 11110 100 110011 101110

Color Harmonies of #B24139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24139

Black with #B24139

Text Example


Text Example

White with #B24139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24139; }

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

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

background-color css

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

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

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

border-color css

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

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

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