Html Css Color HEX #B84125 Medium Carmine

📋 copy color: '#B84125'

red 184 ◦ green 65 ◦ blue 37

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

Shades of Medium Carmine #B84125

Tints of Medium Carmine #B84125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.94%

R = 64.34%
G = 22.73%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B84125 (or 0xB84125) is known color: Medium Carmine. HEX triplet: B8, 41 and 25. RGB value is (184,65,37). Sum of RGB (Red+Green+Blue) = 184+65+37=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B84125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84125 is #47BEDA. Grayscale: #616161. Windows color (decimal): -4701915 or 2441656. OLE color: 2441656.

HSL color Cylindrical-coordinate representation of color #B84125: hue angle of 11.43º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B84125 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 65 37 -
CMYK 0 0.65 0.80 0.28
HSL 11.43º 0.67% 0.43% -
HSV(B) 11.43º 0.8% 0.72% -
XYZ 21.99 14.1 3.31 -
YUV 97.39 93.92 189.78 -
System Red Green Blue C M Y K H S L
Decimal 184 65 37 0 0.65 0.80 0.28 11.43 0.67 0.43
Hex B8 41 25 0 41 50 1C B 43 2B
Octal 270 101 45 0 101 120 34 13 103 53
Binary 10111000 1000001 100101 0 1000001 1010000 11100 1011 1000011 101011

Color Harmonies of #B84125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84125

Black with #B84125

Text Example


Text Example

White with #B84125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84125; }

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

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

background-color css

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

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

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

border-color css

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

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

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