Html Css Color HEX #B54230 Medium Carmine

📋 copy color: '#B54230'

red 181 ◦ green 66 ◦ blue 48

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

Shades of Medium Carmine #B54230

Tints of Medium Carmine #B54230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.37%

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

R = 61.36%
G = 22.37%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B54230 (or 0xB54230) is known color: Medium Carmine. HEX triplet: B5, 42 and 30. RGB value is (181,66,48). Sum of RGB (Red+Green+Blue) = 181+66+48=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B54230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54230 is #4ABDCF. Grayscale: #626262. Windows color (decimal): -4898256 or 3162805. OLE color: 3162805.

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

Color convert

RGB 181 66 48 -
CMYK 0 0.64 0.73 0.29
HSL 8.12º 0.58% 0.45% -
HSV(B) 8.12º 0.73% 0.71% -
XYZ 21.54 13.93 4.35 -
YUV 98.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 181 66 48 0 0.64 0.73 0.29 8.12 0.58 0.45
Hex B5 42 30 0 40 49 1D 8 3A 2D
Octal 265 102 60 0 100 111 35 10 72 55
Binary 10110101 1000010 110000 0 1000000 1001001 11101 1000 111010 101101

Color Harmonies of #B54230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54230

Black with #B54230

Text Example


Text Example

White with #B54230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54230; }

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

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

background-color css

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

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

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

border-color css

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

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

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