Html Css Color HEX #B84234 Medium Carmine

📋 copy color: '#B84234'

red 184 ◦ green 66 ◦ blue 52

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

Shades of Medium Carmine #B84234

Tints of Medium Carmine #B84234

RGB

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

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

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

R = 60.93%
G = 21.85%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B84234 (or 0xB84234) is known color: Medium Carmine. HEX triplet: B8, 42 and 34. RGB value is (184,66,52). Sum of RGB (Red+Green+Blue) = 184+66+52=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B84234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84234 is #47BDCB. Grayscale: #636363. Windows color (decimal): -4701644 or 3424952. OLE color: 3424952.

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

Color convert

RGB 184 66 52 -
CMYK 0 0.64 0.72 0.28
HSL 6.36º 0.56% 0.46% -
HSV(B) 6.36º 0.72% 0.72% -
XYZ 22.34 14.33 4.84 -
YUV 99.69 101.09 188.14 -
System Red Green Blue C M Y K H S L
Decimal 184 66 52 0 0.64 0.72 0.28 6.36 0.56 0.46
Hex B8 42 34 0 40 48 1C 6 38 2E
Octal 270 102 64 0 100 110 34 6 70 56
Binary 10111000 1000010 110100 0 1000000 1001000 11100 110 111000 101110

Color Harmonies of #B84234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84234

Black with #B84234

Text Example


Text Example

White with #B84234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84234; }

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

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

background-color css

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

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

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

border-color css

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

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

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