Html Css Color HEX #B24141 Medium Carmine

📋 copy color: '#B24141'

red 178 ◦ green 65 ◦ blue 65

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

Shades of Medium Carmine #B24141

Tints of Medium Carmine #B24141

RGB

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

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

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

R = 57.79%
G = 21.1%
B = 21.1%

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

#B24141 (or 0xB24141) is known color: Medium Carmine. HEX triplet: B2, 41 and 41. RGB value is (178,65,65). Sum of RGB (Red+Green+Blue) = 178+65+65=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B24141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24141 is #4DBEBE. Grayscale: #626262. Windows color (decimal): -5095103 or 4276658. OLE color: 4276658.

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

Color convert

RGB 178 65 65 -
CMYK 0 0.63 0.63 0.30
HSL 0.47% 0.48% -
HSV(B) 0.63% 0.7% -
XYZ 21.2 13.63 6.51 -
YUV 98.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 178 65 65 0 0.63 0.63 0.30 0 0.47 0.48
Hex B2 41 41 0 3F 3F 1E 0 2F 30
Octal 262 101 101 0 77 77 36 0 57 60
Binary 10110010 1000001 1000001 0 111111 111111 11110 0 101111 110000

Color Harmonies of #B24141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24141

Black with #B24141

Text Example


Text Example

White with #B24141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24141; }

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

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

background-color css

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

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

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

border-color css

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

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

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