Html Css Color HEX #B54730 Medium Carmine

📋 copy color: '#B54730'

red 181 ◦ green 71 ◦ blue 48

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

Shades of Medium Carmine #B54730

Tints of Medium Carmine #B54730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16%

R = 60.33%
G = 23.67%
B = 16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B54730 (or 0xB54730) is known color: Medium Carmine. HEX triplet: B5, 47 and 30. RGB value is (181,71,48). Sum of RGB (Red+Green+Blue) = 181+71+48=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B54730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54730 is #4AB8CF. Grayscale: #656565. Windows color (decimal): -4896976 or 3164085. OLE color: 3164085.

HSL color Cylindrical-coordinate representation of color #B54730: hue angle of 10.38º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B54730 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 71 48 -
CMYK 0 0.61 0.73 0.29
HSL 10.38º 0.58% 0.45% -
HSV(B) 10.38º 0.73% 0.71% -
XYZ 21.84 14.54 4.45 -
YUV 101.27 97.94 184.87 -
System Red Green Blue C M Y K H S L
Decimal 181 71 48 0 0.61 0.73 0.29 10.38 0.58 0.45
Hex B5 47 30 0 3D 49 1D A 3A 2D
Octal 265 107 60 0 75 111 35 12 72 55
Binary 10110101 1000111 110000 0 111101 1001001 11101 1010 111010 101101

Color Harmonies of #B54730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54730

Black with #B54730

Text Example


Text Example

White with #B54730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54730; }

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

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

background-color css

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

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

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

border-color css

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

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

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