Html Css Color HEX #B84231 Medium Carmine

📋 copy color: '#B84231'

red 184 ◦ green 66 ◦ blue 49

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

Shades of Medium Carmine #B84231

Tints of Medium Carmine #B84231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.07%

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

R = 61.54%
G = 22.07%
B = 16.39%

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

#B84231 (or 0xB84231) is known color: Medium Carmine. HEX triplet: B8, 42 and 31. RGB value is (184,66,49). Sum of RGB (Red+Green+Blue) = 184+66+49=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B84231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84231 is #47BDCE. Grayscale: #636363. Windows color (decimal): -4701647 or 3228344. OLE color: 3228344.

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

Color convert

RGB 184 66 49 -
CMYK 0 0.64 0.73 0.28
HSL 7.56º 0.58% 0.46% -
HSV(B) 7.56º 0.73% 0.72% -
XYZ 22.27 14.31 4.49 -
YUV 99.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 184 66 49 0 0.64 0.73 0.28 7.56 0.58 0.46
Hex B8 42 31 0 40 49 1C 8 3A 2E
Octal 270 102 61 0 100 111 34 10 72 56
Binary 10111000 1000010 110001 0 1000000 1001001 11100 1000 111010 101110

Color Harmonies of #B84231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84231

Black with #B84231

Text Example


Text Example

White with #B84231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84231; }

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

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

background-color css

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

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

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

border-color css

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

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

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