Html Css Color HEX #B54035 Medium Carmine

📋 copy color: '#B54035'

red 181 ◦ green 64 ◦ blue 53

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

Shades of Medium Carmine #B54035

Tints of Medium Carmine #B54035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.79%

R = 60.74%
G = 21.48%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B54035 (or 0xB54035) is known color: Medium Carmine. HEX triplet: B5, 40 and 35. RGB value is (181,64,53). Sum of RGB (Red+Green+Blue) = 181+64+53=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B54035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54035 is #4ABFCA. Grayscale: #616161. Windows color (decimal): -4898763 or 3489973. OLE color: 3489973.

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

Color convert

RGB 181 64 53 -
CMYK 0 0.65 0.71 0.29
HSL 5.16º 0.55% 0.46% -
HSV(B) 5.16º 0.71% 0.71% -
XYZ 21.53 13.75 4.89 -
YUV 97.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 181 64 53 0 0.65 0.71 0.29 5.16 0.55 0.46
Hex B5 40 35 0 41 47 1D 5 37 2E
Octal 265 100 65 0 101 107 35 5 67 56
Binary 10110101 1000000 110101 0 1000001 1000111 11101 101 110111 101110

Color Harmonies of #B54035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54035

Black with #B54035

Text Example


Text Example

White with #B54035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54035; }

 p { color: rgb(181,64,53); }

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

background-color css

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

 a { background-color: rgb(181,64,53); }

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

border-color css

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

 span { border-color: rgb(181,64,53); }

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