Html Css Color HEX #B84230 Medium Carmine

📋 copy color: '#B84230'

red 184 ◦ green 66 ◦ blue 48

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

Shades of Medium Carmine #B84230

Tints of Medium Carmine #B84230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 61.74%
G = 22.15%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B84230 (or 0xB84230) is known color: Medium Carmine. HEX triplet: B8, 42 and 30. RGB value is (184,66,48). Sum of RGB (Red+Green+Blue) = 184+66+48=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B84230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84230 is #47BDCF. Grayscale: #636363. Windows color (decimal): -4701648 or 3162808. OLE color: 3162808.

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

Color convert

RGB 184 66 48 -
CMYK 0 0.64 0.74 0.28
HSL 7.94º 0.59% 0.45% -
HSV(B) 7.94º 0.74% 0.72% -
XYZ 22.25 14.3 4.38 -
YUV 99.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 184 66 48 0 0.64 0.74 0.28 7.94 0.59 0.45
Hex B8 42 30 0 40 4A 1C 8 3B 2D
Octal 270 102 60 0 100 112 34 10 73 55
Binary 10111000 1000010 110000 0 1000000 1001010 11100 1000 111011 101101

Color Harmonies of #B84230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84230

Black with #B84230

Text Example


Text Example

White with #B84230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84230; }

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

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

background-color css

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

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

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

border-color css

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

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

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