Html Css Color HEX #B84032 Medium Carmine

📋 copy color: '#B84032'

red 184 ◦ green 64 ◦ blue 50

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

Shades of Medium Carmine #B84032

Tints of Medium Carmine #B84032

RGB

 RED value IS 184 (72.27% from 255) = 61.74%

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

 BLUE value IS 50 (19.92% from 255) = 16.78%

R = 61.74%
G = 21.48%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B84032 (or 0xB84032) is known color: Medium Carmine. HEX triplet: B8, 40 and 32. RGB value is (184,64,50). Sum of RGB (Red+Green+Blue) = 184+64+50=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B84032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84032 is #47BFCD. Grayscale: #626262. Windows color (decimal): -4702158 or 3293368. OLE color: 3293368.

HSL color Cylindrical-coordinate representation of color #B84032: hue angle of 6.27º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B84032 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 64 50 -
CMYK 0 0.65 0.73 0.28
HSL 6.27º 0.57% 0.46% -
HSV(B) 6.27º 0.73% 0.72% -
XYZ 22.18 14.09 4.57 -
YUV 98.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 184 64 50 0 0.65 0.73 0.28 6.27 0.57 0.46
Hex B8 40 32 0 41 49 1C 6 39 2E
Octal 270 100 62 0 101 111 34 6 71 56
Binary 10111000 1000000 110010 0 1000001 1001001 11100 110 111001 101110

Color Harmonies of #B84032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84032

Black with #B84032

Text Example


Text Example

White with #B84032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84032; }

 p { color: rgb(184,64,50); }

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

background-color css

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

 a { background-color: rgb(184,64,50); }

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

border-color css

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

 span { border-color: rgb(184,64,50); }

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