Html Css Color HEX #B84535 Medium Carmine

📋 copy color: '#B84535'

red 184 ◦ green 69 ◦ blue 53

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

Shades of Medium Carmine #B84535

Tints of Medium Carmine #B84535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.55%

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

R = 60.13%
G = 22.55%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B84535 (or 0xB84535) is known color: Medium Carmine. HEX triplet: B8, 45 and 35. RGB value is (184,69,53). Sum of RGB (Red+Green+Blue) = 184+69+53=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B84535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84535 is #47BACA. Grayscale: #656565. Windows color (decimal): -4700875 or 3491256. OLE color: 3491256.

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

Color convert

RGB 184 69 53 -
CMYK 0 0.62 0.71 0.28
HSL 7.33º 0.55% 0.46% -
HSV(B) 7.33º 0.71% 0.72% -
XYZ 22.54 14.7 5.02 -
YUV 101.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 184 69 53 0 0.62 0.71 0.28 7.33 0.55 0.46
Hex B8 45 35 0 3E 47 1C 7 37 2E
Octal 270 105 65 0 76 107 34 7 67 56
Binary 10111000 1000101 110101 0 111110 1000111 11100 111 110111 101110

Color Harmonies of #B84535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84535

Black with #B84535

Text Example


Text Example

White with #B84535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84535; }

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

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

background-color css

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

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

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

border-color css

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

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

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