Html Css Color HEX #B54127 Medium Carmine

📋 copy color: '#B54127'

red 181 ◦ green 65 ◦ blue 39

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

Shades of Medium Carmine #B54127

Tints of Medium Carmine #B54127

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.81%

 BLUE value IS 39 (15.63% from 255) = 13.68%

R = 63.51%
G = 22.81%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B54127 (or 0xB54127) is known color: Medium Carmine. HEX triplet: B5, 41 and 27. RGB value is (181,65,39). Sum of RGB (Red+Green+Blue) = 181+65+39=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B54127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54127 is #4ABED8. Grayscale: #606060. Windows color (decimal): -4898521 or 2572725. OLE color: 2572725.

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

Color convert

RGB 181 65 39 -
CMYK 0 0.64 0.78 0.29
HSL 10.99º 0.65% 0.43% -
HSV(B) 10.99º 0.78% 0.71% -
XYZ 21.31 13.75 3.45 -
YUV 96.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 181 65 39 0 0.64 0.78 0.29 10.99 0.65 0.43
Hex B5 41 27 0 40 4E 1D B 41 2B
Octal 265 101 47 0 100 116 35 13 101 53
Binary 10110101 1000001 100111 0 1000000 1001110 11101 1011 1000001 101011

Color Harmonies of #B54127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54127

Black with #B54127

Text Example


Text Example

White with #B54127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54127; }

 p { color: rgb(181,65,39); }

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

background-color css

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

 a { background-color: rgb(181,65,39); }

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

border-color css

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

 span { border-color: rgb(181,65,39); }

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