Html Css Color HEX #B54830 Medium Carmine

📋 copy color: '#B54830'

red 181 ◦ green 72 ◦ blue 48

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

Shades of Medium Carmine #B54830

Tints of Medium Carmine #B54830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

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

R = 60.13%
G = 23.92%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B54830 (or 0xB54830) is known color: Medium Carmine. HEX triplet: B5, 48 and 30. RGB value is (181,72,48). Sum of RGB (Red+Green+Blue) = 181+72+48=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B54830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54830 is #4AB7CF. Grayscale: #666666. Windows color (decimal): -4896720 or 3164341. OLE color: 3164341.

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

Color convert

RGB 181 72 48 -
CMYK 0 0.60 0.73 0.29
HSL 10.83º 0.58% 0.45% -
HSV(B) 10.83º 0.73% 0.71% -
XYZ 21.91 14.67 4.47 -
YUV 101.86 97.61 184.45 -
System Red Green Blue C M Y K H S L
Decimal 181 72 48 0 0.60 0.73 0.29 10.83 0.58 0.45
Hex B5 48 30 0 3C 49 1D B 3A 2D
Octal 265 110 60 0 74 111 35 13 72 55
Binary 10110101 1001000 110000 0 111100 1001001 11101 1011 111010 101101

Color Harmonies of #B54830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54830

Black with #B54830

Text Example


Text Example

White with #B54830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54830; }

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

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

background-color css

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

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

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

border-color css

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

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

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