Html Css Color HEX #B54330 Medium Carmine

📋 copy color: '#B54330'

red 181 ◦ green 67 ◦ blue 48

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

Shades of Medium Carmine #B54330

Tints of Medium Carmine #B54330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.64%

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

R = 61.15%
G = 22.64%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B54330 (or 0xB54330) is known color: Medium Carmine. HEX triplet: B5, 43 and 30. RGB value is (181,67,48). Sum of RGB (Red+Green+Blue) = 181+67+48=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B54330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54330 is #4ABCCF. Grayscale: #636363. Windows color (decimal): -4898000 or 3163061. OLE color: 3163061.

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

Color convert

RGB 181 67 48 -
CMYK 0 0.63 0.73 0.29
HSL 8.57º 0.58% 0.45% -
HSV(B) 8.57º 0.73% 0.71% -
XYZ 21.6 14.05 4.37 -
YUV 98.92 99.27 186.54 -
System Red Green Blue C M Y K H S L
Decimal 181 67 48 0 0.63 0.73 0.29 8.57 0.58 0.45
Hex B5 43 30 0 3F 49 1D 9 3A 2D
Octal 265 103 60 0 77 111 35 11 72 55
Binary 10110101 1000011 110000 0 111111 1001001 11101 1001 111010 101101

Color Harmonies of #B54330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54330

Black with #B54330

Text Example


Text Example

White with #B54330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54330; }

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

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

background-color css

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

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

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

border-color css

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

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

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