Html Css Color HEX #B54030 Medium Carmine

📋 copy color: '#B54030'

red 181 ◦ green 64 ◦ blue 48

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

Shades of Medium Carmine #B54030

Tints of Medium Carmine #B54030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.84%

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

R = 61.77%
G = 21.84%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B54030 (or 0xB54030) is known color: Medium Carmine. HEX triplet: B5, 40 and 30. RGB value is (181,64,48). Sum of RGB (Red+Green+Blue) = 181+64+48=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B54030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54030 is #4ABFCF. Grayscale: #616161. Windows color (decimal): -4898768 or 3162293. OLE color: 3162293.

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

Color convert

RGB 181 64 48 -
CMYK 0 0.65 0.73 0.29
HSL 7.22º 0.58% 0.45% -
HSV(B) 7.22º 0.73% 0.71% -
XYZ 21.42 13.7 4.31 -
YUV 97.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 181 64 48 0 0.65 0.73 0.29 7.22 0.58 0.45
Hex B5 40 30 0 41 49 1D 7 3A 2D
Octal 265 100 60 0 101 111 35 7 72 55
Binary 10110101 1000000 110000 0 1000001 1001001 11101 111 111010 101101

Color Harmonies of #B54030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54030

Black with #B54030

Text Example


Text Example

White with #B54030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54030; }

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

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

background-color css

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

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

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

border-color css

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

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

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