Html Css Color HEX #B24036 Medium Carmine

📋 copy color: '#B24036'

red 178 ◦ green 64 ◦ blue 54

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

Shades of Medium Carmine #B24036

Tints of Medium Carmine #B24036

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.62%

 BLUE value IS 54 (21.48% from 255) = 18.24%

R = 60.14%
G = 21.62%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B24036 (or 0xB24036) is known color: Medium Carmine. HEX triplet: B2, 40 and 36. RGB value is (178,64,54). Sum of RGB (Red+Green+Blue) = 178+64+54=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B24036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24036 is #4DBFC9. Grayscale: #616161. Windows color (decimal): -5095370 or 3555506. OLE color: 3555506.

HSL color Cylindrical-coordinate representation of color #B24036: hue angle of 4.84º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B24036 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 64 54 -
CMYK 0 0.64 0.70 0.30
HSL 4.84º 0.53% 0.45% -
HSV(B) 4.84º 0.7% 0.7% -
XYZ 20.86 13.4 4.98 -
YUV 96.95 103.77 185.81 -
System Red Green Blue C M Y K H S L
Decimal 178 64 54 0 0.64 0.70 0.30 4.84 0.53 0.45
Hex B2 40 36 0 40 46 1E 5 35 2D
Octal 262 100 66 0 100 106 36 5 65 55
Binary 10110010 1000000 110110 0 1000000 1000110 11110 101 110101 101101

Color Harmonies of #B24036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24036

Black with #B24036

Text Example


Text Example

White with #B24036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24036; }

 p { color: rgb(178,64,54); }

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

background-color css

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

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

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

border-color css

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

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

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