Html Css Color HEX #B54033 Medium Carmine

📋 copy color: '#B54033'

red 181 ◦ green 64 ◦ blue 51

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

Shades of Medium Carmine #B54033

Tints of Medium Carmine #B54033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.23%

R = 61.15%
G = 21.62%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B54033 (or 0xB54033) is known color: Medium Carmine. HEX triplet: B5, 40 and 33. RGB value is (181,64,51). Sum of RGB (Red+Green+Blue) = 181+64+51=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B54033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54033 is #4ABFCC. Grayscale: #616161. Windows color (decimal): -4898765 or 3358901. OLE color: 3358901.

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

Color convert

RGB 181 64 51 -
CMYK 0 0.65 0.72 0.29
HSL 0.56% 0.45% -
HSV(B) 0.72% 0.71% -
XYZ 21.49 13.73 4.65 -
YUV 97.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 181 64 51 0 0.65 0.72 0.29 6 0.56 0.45
Hex B5 40 33 0 41 48 1D 6 38 2D
Octal 265 100 63 0 101 110 35 6 70 55
Binary 10110101 1000000 110011 0 1000001 1001000 11101 110 111000 101101

Color Harmonies of #B54033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54033

Black with #B54033

Text Example


Text Example

White with #B54033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54033; }

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

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

background-color css

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

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

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

border-color css

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

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

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