Html Css Color HEX #B54428 Medium Carmine

📋 copy color: '#B54428'

red 181 ◦ green 68 ◦ blue 40

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

Shades of Medium Carmine #B54428

Tints of Medium Carmine #B54428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.53%

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

R = 62.63%
G = 23.53%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B54428 (or 0xB54428) is known color: Medium Carmine. HEX triplet: B5, 44 and 28. RGB value is (181,68,40). Sum of RGB (Red+Green+Blue) = 181+68+40=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B54428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54428 is #4ABBD7. Grayscale: #626262. Windows color (decimal): -4897752 or 2639029. OLE color: 2639029.

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

Color convert

RGB 181 68 40 -
CMYK 0 0.62 0.78 0.29
HSL 11.91º 0.64% 0.43% -
HSV(B) 11.91º 0.78% 0.71% -
XYZ 21.51 14.11 3.6 -
YUV 98.6 94.94 186.78 -
System Red Green Blue C M Y K H S L
Decimal 181 68 40 0 0.62 0.78 0.29 11.91 0.64 0.43
Hex B5 44 28 0 3E 4E 1D C 40 2B
Octal 265 104 50 0 76 116 35 14 100 53
Binary 10110101 1000100 101000 0 111110 1001110 11101 1100 1000000 101011

Color Harmonies of #B54428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54428

Black with #B54428

Text Example


Text Example

White with #B54428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54428; }

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

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

background-color css

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

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

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

border-color css

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

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

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