Html Css Color HEX #B84332 Medium Carmine

📋 copy color: '#B84332'

red 184 ◦ green 67 ◦ blue 50

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

Shades of Medium Carmine #B84332

Tints of Medium Carmine #B84332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.26%

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

R = 61.13%
G = 22.26%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B84332 (or 0xB84332) is known color: Medium Carmine. HEX triplet: B8, 43 and 32. RGB value is (184,67,50). Sum of RGB (Red+Green+Blue) = 184+67+50=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B84332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84332 is #47BCCD. Grayscale: #646464. Windows color (decimal): -4701390 or 3294136. OLE color: 3294136.

HSL color Cylindrical-coordinate representation of color #B84332: hue angle of 7.61º 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 #B84332 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 67 50 -
CMYK 0 0.64 0.73 0.28
HSL 7.61º 0.57% 0.46% -
HSV(B) 7.61º 0.73% 0.72% -
XYZ 22.35 14.43 4.63 -
YUV 100.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 184 67 50 0 0.64 0.73 0.28 7.61 0.57 0.46
Hex B8 43 32 0 40 49 1C 8 39 2E
Octal 270 103 62 0 100 111 34 10 71 56
Binary 10111000 1000011 110010 0 1000000 1001001 11100 1000 111001 101110

Color Harmonies of #B84332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84332

Black with #B84332

Text Example


Text Example

White with #B84332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84332; }

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

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

background-color css

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

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

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

border-color css

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

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

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