Html Css Color HEX #B54028 Medium Carmine

📋 copy color: '#B54028'

red 181 ◦ green 64 ◦ blue 40

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

Shades of Medium Carmine #B54028

Tints of Medium Carmine #B54028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 63.51%
G = 22.46%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B54028 (or 0xB54028) is known color: Medium Carmine. HEX triplet: B5, 40 and 28. RGB value is (181,64,40). Sum of RGB (Red+Green+Blue) = 181+64+40=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B54028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54028 is #4ABFD7. Grayscale: #606060. Windows color (decimal): -4898776 or 2638005. OLE color: 2638005.

HSL color Cylindrical-coordinate representation of color #B54028: hue angle of 10.21º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B54028 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 64 40 -
CMYK 0 0.65 0.78 0.29
HSL 10.21º 0.64% 0.43% -
HSV(B) 10.21º 0.78% 0.71% -
XYZ 21.27 13.64 3.52 -
YUV 96.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 181 64 40 0 0.65 0.78 0.29 10.21 0.64 0.43
Hex B5 40 28 0 41 4E 1D A 40 2B
Octal 265 100 50 0 101 116 35 12 100 53
Binary 10110101 1000000 101000 0 1000001 1001110 11101 1010 1000000 101011

Color Harmonies of #B54028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54028

Black with #B54028

Text Example


Text Example

White with #B54028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54028; }

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

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

background-color css

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

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

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

border-color css

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

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

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