Html Css Color HEX #B24128 Medium Carmine

📋 copy color: '#B24128'

red 178 ◦ green 65 ◦ blue 40

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

Shades of Medium Carmine #B24128

Tints of Medium Carmine #B24128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.13%

R = 62.9%
G = 22.97%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B24128 (or 0xB24128) is known color: Medium Carmine. HEX triplet: B2, 41 and 28. RGB value is (178,65,40). Sum of RGB (Red+Green+Blue) = 178+65+40=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B24128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24128 is #4DBED7. Grayscale: #606060. Windows color (decimal): -5095128 or 2638258. OLE color: 2638258.

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

Color convert

RGB 178 65 40 -
CMYK 0 0.63 0.78 0.30
HSL 10.87º 0.63% 0.43% -
HSV(B) 10.87º 0.78% 0.7% -
XYZ 20.63 13.4 3.51 -
YUV 95.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 178 65 40 0 0.63 0.78 0.30 10.87 0.63 0.43
Hex B2 41 28 0 3F 4E 1E B 3F 2B
Octal 262 101 50 0 77 116 36 13 77 53
Binary 10110010 1000001 101000 0 111111 1001110 11110 1011 111111 101011

Color Harmonies of #B24128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24128

Black with #B24128

Text Example


Text Example

White with #B24128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24128; }

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

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

background-color css

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

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

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

border-color css

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

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

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