Html Css Color HEX #B54238 Medium Carmine

📋 copy color: '#B54238'

red 181 ◦ green 66 ◦ blue 56

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

Shades of Medium Carmine #B54238

Tints of Medium Carmine #B54238

RGB

 RED value IS 181 (71.09% from 255) = 59.74%

 GREEN value IS 66 (26.17% from 255) = 21.78%

 BLUE value IS 56 (22.27% from 255) = 18.48%

R = 59.74%
G = 21.78%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B54238 (or 0xB54238) is known color: Medium Carmine. HEX triplet: B5, 42 and 38. RGB value is (181,66,56). Sum of RGB (Red+Green+Blue) = 181+66+56=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B54238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54238 is #4ABDC7. Grayscale: #636363. Windows color (decimal): -4898248 or 3687093. OLE color: 3687093.

HSL color Cylindrical-coordinate representation of color #B54238: hue angle of 4.8º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B54238 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 66 56 -
CMYK 0 0.64 0.69 0.29
HSL 4.8º 0.53% 0.46% -
HSV(B) 4.8º 0.69% 0.71% -
XYZ 21.72 14.01 5.3 -
YUV 99.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 181 66 56 0 0.64 0.69 0.29 4.8 0.53 0.46
Hex B5 42 38 0 40 45 1D 5 35 2E
Octal 265 102 70 0 100 105 35 5 65 56
Binary 10110101 1000010 111000 0 1000000 1000101 11101 101 110101 101110

Color Harmonies of #B54238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54238

Black with #B54238

Text Example


Text Example

White with #B54238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54238; }

 p { color: rgb(181,66,56); }

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

background-color css

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

 a { background-color: rgb(181,66,56); }

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

border-color css

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

 span { border-color: rgb(181,66,56); }

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