Html Css Color HEX #B84031 Medium Carmine

📋 copy color: '#B84031'

red 184 ◦ green 64 ◦ blue 49

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

Shades of Medium Carmine #B84031

Tints of Medium Carmine #B84031

RGB

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

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

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

R = 61.95%
G = 21.55%
B = 16.5%

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

#B84031 (or 0xB84031) is known color: Medium Carmine. HEX triplet: B8, 40 and 31. RGB value is (184,64,49). Sum of RGB (Red+Green+Blue) = 184+64+49=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B84031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84031 is #47BFCE. Grayscale: #626262. Windows color (decimal): -4702159 or 3227832. OLE color: 3227832.

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

Color convert

RGB 184 64 49 -
CMYK 0 0.65 0.73 0.28
HSL 6.67º 0.58% 0.46% -
HSV(B) 6.67º 0.73% 0.72% -
XYZ 22.15 14.08 4.46 -
YUV 98.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 184 64 49 0 0.65 0.73 0.28 6.67 0.58 0.46
Hex B8 40 31 0 41 49 1C 7 3A 2E
Octal 270 100 61 0 101 111 34 7 72 56
Binary 10111000 1000000 110001 0 1000001 1001001 11100 111 111010 101110

Color Harmonies of #B84031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84031

Black with #B84031

Text Example


Text Example

White with #B84031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84031; }

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

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

background-color css

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

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

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

border-color css

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

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

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