Html Css Color HEX #B84135 Medium Carmine

📋 copy color: '#B84135'

red 184 ◦ green 65 ◦ blue 53

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

Shades of Medium Carmine #B84135

Tints of Medium Carmine #B84135

RGB

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

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

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

R = 60.93%
G = 21.52%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B84135 (or 0xB84135) is known color: Medium Carmine. HEX triplet: B8, 41 and 35. RGB value is (184,65,53). Sum of RGB (Red+Green+Blue) = 184+65+53=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B84135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84135 is #47BECA. Grayscale: #636363. Windows color (decimal): -4701899 or 3490232. OLE color: 3490232.

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

Color convert

RGB 184 65 53 -
CMYK 0 0.65 0.71 0.28
HSL 5.5º 0.55% 0.46% -
HSV(B) 5.5º 0.71% 0.72% -
XYZ 22.3 14.23 4.94 -
YUV 99.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 184 65 53 0 0.65 0.71 0.28 5.5 0.55 0.46
Hex B8 41 35 0 41 47 1C 5 37 2E
Octal 270 101 65 0 101 107 34 5 67 56
Binary 10111000 1000001 110101 0 1000001 1000111 11100 101 110111 101110

Color Harmonies of #B84135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84135

Black with #B84135

Text Example


Text Example

White with #B84135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84135; }

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

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

background-color css

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

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

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

border-color css

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

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

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