Html Css Color HEX #B84235 Medium Carmine

📋 copy color: '#B84235'

red 184 ◦ green 66 ◦ blue 53

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

Shades of Medium Carmine #B84235

Tints of Medium Carmine #B84235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.49%

R = 60.73%
G = 21.78%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B84235 (or 0xB84235) is known color: Medium Carmine. HEX triplet: B8, 42 and 35. RGB value is (184,66,53). Sum of RGB (Red+Green+Blue) = 184+66+53=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B84235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84235 is #47BDCA. Grayscale: #636363. Windows color (decimal): -4701643 or 3490488. OLE color: 3490488.

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

Color convert

RGB 184 66 53 -
CMYK 0 0.64 0.71 0.28
HSL 5.95º 0.55% 0.46% -
HSV(B) 5.95º 0.71% 0.72% -
XYZ 22.36 14.34 4.96 -
YUV 99.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 184 66 53 0 0.64 0.71 0.28 5.95 0.55 0.46
Hex B8 42 35 0 40 47 1C 6 37 2E
Octal 270 102 65 0 100 107 34 6 67 56
Binary 10111000 1000010 110101 0 1000000 1000111 11100 110 110111 101110

Color Harmonies of #B84235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84235

Black with #B84235

Text Example


Text Example

White with #B84235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84235; }

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

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

background-color css

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

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

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

border-color css

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

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

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