Html Css Color HEX #B54735 Medium Carmine

📋 copy color: '#B54735'

red 181 ◦ green 71 ◦ blue 53

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

Shades of Medium Carmine #B54735

Tints of Medium Carmine #B54735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.28%

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

R = 59.34%
G = 23.28%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B54735 (or 0xB54735) is known color: Medium Carmine. HEX triplet: B5, 47 and 35. RGB value is (181,71,53). Sum of RGB (Red+Green+Blue) = 181+71+53=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B54735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54735 is #4AB8CA. Grayscale: #666666. Windows color (decimal): -4896971 or 3491765. OLE color: 3491765.

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

Color convert

RGB 181 71 53 -
CMYK 0 0.61 0.71 0.29
HSL 8.44º 0.55% 0.46% -
HSV(B) 8.44º 0.71% 0.71% -
XYZ 21.95 14.59 5.03 -
YUV 101.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 181 71 53 0 0.61 0.71 0.29 8.44 0.55 0.46
Hex B5 47 35 0 3D 47 1D 8 37 2E
Octal 265 107 65 0 75 107 35 10 67 56
Binary 10110101 1000111 110101 0 111101 1000111 11101 1000 110111 101110

Color Harmonies of #B54735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54735

Black with #B54735

Text Example


Text Example

White with #B54735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54735; }

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

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

background-color css

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

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

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

border-color css

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

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

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