Html Css Color HEX #B84331 Medium Carmine

📋 copy color: '#B84331'

red 184 ◦ green 67 ◦ blue 49

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

Shades of Medium Carmine #B84331

Tints of Medium Carmine #B84331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.33%

R = 61.33%
G = 22.33%
B = 16.33%

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

#B84331 (or 0xB84331) is known color: Medium Carmine. HEX triplet: B8, 43 and 31. RGB value is (184,67,49). Sum of RGB (Red+Green+Blue) = 184+67+49=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B84331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84331 is #47BCCE. Grayscale: #646464. Windows color (decimal): -4701391 or 3228600. OLE color: 3228600.

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

Color convert

RGB 184 67 49 -
CMYK 0 0.64 0.73 0.28
HSL 0.58% 0.46% -
HSV(B) 0.73% 0.72% -
XYZ 22.33 14.43 4.51 -
YUV 99.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 184 67 49 0 0.64 0.73 0.28 8 0.58 0.46
Hex B8 43 31 0 40 49 1C 8 3A 2E
Octal 270 103 61 0 100 111 34 10 72 56
Binary 10111000 1000011 110001 0 1000000 1001001 11100 1000 111010 101110

Color Harmonies of #B84331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84331

Black with #B84331

Text Example


Text Example

White with #B84331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84331; }

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

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

background-color css

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

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

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

border-color css

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

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

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