Html Css Color HEX #B53E38 Medium Carmine

📋 copy color: '#B53E38'

red 181 ◦ green 62 ◦ blue 56

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

Shades of Medium Carmine #B53E38

Tints of Medium Carmine #B53E38

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.74%

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

R = 60.54%
G = 20.74%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B53E38 (or 0xB53E38) is known color: Medium Carmine. HEX triplet: B5, 3E and 38. RGB value is (181,62,56). Sum of RGB (Red+Green+Blue) = 181+62+56=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53E38 is #4AC1C7. Grayscale: #616161. Windows color (decimal): -4899272 or 3686069. OLE color: 3686069.

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

Color convert

RGB 181 62 56 -
CMYK 0 0.66 0.69 0.29
HSL 2.88º 0.53% 0.46% -
HSV(B) 2.88º 0.69% 0.71% -
XYZ 21.49 13.55 5.22 -
YUV 96.9 104.92 187.99 -
System Red Green Blue C M Y K H S L
Decimal 181 62 56 0 0.66 0.69 0.29 2.88 0.53 0.46
Hex B5 3E 38 0 42 45 1D 3 35 2E
Octal 265 76 70 0 102 105 35 3 65 56
Binary 10110101 111110 111000 0 1000010 1000101 11101 11 110101 101110

Color Harmonies of #B53E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53E38

Black with #B53E38

Text Example


Text Example

White with #B53E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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