Html Css Color HEX #B84034 Medium Carmine

📋 copy color: '#B84034'

red 184 ◦ green 64 ◦ blue 52

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

Shades of Medium Carmine #B84034

Tints of Medium Carmine #B84034

RGB

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

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

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

R = 61.33%
G = 21.33%
B = 17.33%

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

#B84034 (or 0xB84034) is known color: Medium Carmine. HEX triplet: B8, 40 and 34. RGB value is (184,64,52). Sum of RGB (Red+Green+Blue) = 184+64+52=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B84034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84034 is #47BFCB. Grayscale: #626262. Windows color (decimal): -4702156 or 3424440. OLE color: 3424440.

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

Color convert

RGB 184 64 52 -
CMYK 0 0.65 0.72 0.28
HSL 5.45º 0.56% 0.46% -
HSV(B) 5.45º 0.72% 0.72% -
XYZ 22.22 14.11 4.8 -
YUV 98.51 101.76 188.98 -
System Red Green Blue C M Y K H S L
Decimal 184 64 52 0 0.65 0.72 0.28 5.45 0.56 0.46
Hex B8 40 34 0 41 48 1C 5 38 2E
Octal 270 100 64 0 101 110 34 5 70 56
Binary 10111000 1000000 110100 0 1000001 1001000 11100 101 111000 101110

Color Harmonies of #B84034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84034

Black with #B84034

Text Example


Text Example

White with #B84034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84034; }

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

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

background-color css

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

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

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

border-color css

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

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

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