Html Css Color HEX #B84126 Medium Carmine

📋 copy color: '#B84126'

red 184 ◦ green 65 ◦ blue 38

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

Shades of Medium Carmine #B84126

Tints of Medium Carmine #B84126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.24%

R = 64.11%
G = 22.65%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B84126 (or 0xB84126) is known color: Medium Carmine. HEX triplet: B8, 41 and 26. RGB value is (184,65,38). Sum of RGB (Red+Green+Blue) = 184+65+38=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B84126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84126 is #47BED9. Grayscale: #616161. Windows color (decimal): -4701914 or 2507192. OLE color: 2507192.

HSL color Cylindrical-coordinate representation of color #B84126: hue angle of 11.1º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B84126 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 65 38 -
CMYK 0 0.65 0.79 0.28
HSL 11.1º 0.66% 0.44% -
HSV(B) 11.1º 0.79% 0.72% -
XYZ 22.01 14.11 3.4 -
YUV 97.5 94.42 189.7 -
System Red Green Blue C M Y K H S L
Decimal 184 65 38 0 0.65 0.79 0.28 11.1 0.66 0.44
Hex B8 41 26 0 41 4F 1C B 42 2C
Octal 270 101 46 0 101 117 34 13 102 54
Binary 10111000 1000001 100110 0 1000001 1001111 11100 1011 1000010 101100

Color Harmonies of #B84126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84126

Black with #B84126

Text Example


Text Example

White with #B84126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84126; }

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

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

background-color css

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

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

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

border-color css

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

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

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