Html Css Color HEX #B8312F Medium Carmine

📋 copy color: '#B8312F'

red 184 ◦ green 49 ◦ blue 47

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

Shades of Medium Carmine #B8312F

Tints of Medium Carmine #B8312F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.5%

 BLUE value IS 47 (18.75% from 255) = 16.79%

R = 65.71%
G = 17.5%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B8312F (or 0xB8312F) is known color: Medium Carmine. HEX triplet: B8, 31 and 2F. RGB value is (184,49,47). Sum of RGB (Red+Green+Blue) = 184+49+47=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B8312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8312F is #47CED0. Grayscale: #595959. Windows color (decimal): -4706001 or 3092920. OLE color: 3092920.

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

Color convert

RGB 184 49 47 -
CMYK 0 0.73 0.74 0.28
HSL 0.88º 0.59% 0.45% -
HSV(B) 0.88º 0.74% 0.72% -
XYZ 21.38 12.59 3.99 -
YUV 89.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 184 49 47 0 0.73 0.74 0.28 0.88 0.59 0.45
Hex B8 31 2F 0 49 4A 1C 1 3B 2D
Octal 270 61 57 0 111 112 34 1 73 55
Binary 10111000 110001 101111 0 1001001 1001010 11100 1 111011 101101

Color Harmonies of #B8312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8312F

Black with #B8312F

Text Example


Text Example

White with #B8312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8312F; }

 p { color: rgb(184,49,47); }

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

background-color css

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

 a { background-color: rgb(184,49,47); }

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

border-color css

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

 span { border-color: rgb(184,49,47); }

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