Html Css Color HEX #B84134 Medium Carmine

📋 copy color: '#B84134'

red 184 ◦ green 65 ◦ blue 52

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

Shades of Medium Carmine #B84134

Tints of Medium Carmine #B84134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 61.13%
G = 21.59%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B84134 (or 0xB84134) is known color: Medium Carmine. HEX triplet: B8, 41 and 34. RGB value is (184,65,52). Sum of RGB (Red+Green+Blue) = 184+65+52=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B84134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84134 is #47BECB. Grayscale: #636363. Windows color (decimal): -4701900 or 3424696. OLE color: 3424696.

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

Color convert

RGB 184 65 52 -
CMYK 0 0.65 0.72 0.28
HSL 5.91º 0.56% 0.46% -
HSV(B) 5.91º 0.72% 0.72% -
XYZ 22.28 14.22 4.82 -
YUV 99.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 184 65 52 0 0.65 0.72 0.28 5.91 0.56 0.46
Hex B8 41 34 0 41 48 1C 6 38 2E
Octal 270 101 64 0 101 110 34 6 70 56
Binary 10111000 1000001 110100 0 1000001 1001000 11100 110 111000 101110

Color Harmonies of #B84134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84134

Black with #B84134

Text Example


Text Example

White with #B84134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84134; }

 p { color: rgb(184,65,52); }

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

background-color css

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

 a { background-color: rgb(184,65,52); }

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

border-color css

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

 span { border-color: rgb(184,65,52); }

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