Html Css Color HEX #B8322F Medium Carmine

📋 copy color: '#B8322F'

red 184 ◦ green 50 ◦ blue 47

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

Shades of Medium Carmine #B8322F

Tints of Medium Carmine #B8322F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.79%

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

R = 65.48%
G = 17.79%
B = 16.73%

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

#B8322F (or 0xB8322F) is known color: Medium Carmine. HEX triplet: B8, 32 and 2F. RGB value is (184,50,47). Sum of RGB (Red+Green+Blue) = 184+50+47=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8322F is #47CDD0. Grayscale: #595959. Windows color (decimal): -4705745 or 3093176. OLE color: 3093176.

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

Color convert

RGB 184 50 47 -
CMYK 0 0.73 0.74 0.28
HSL 1.31º 0.59% 0.45% -
HSV(B) 1.31º 0.74% 0.72% -
XYZ 21.42 12.68 4.01 -
YUV 89.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 184 50 47 0 0.73 0.74 0.28 1.31 0.59 0.45
Hex B8 32 2F 0 49 4A 1C 1 3B 2D
Octal 270 62 57 0 111 112 34 1 73 55
Binary 10111000 110010 101111 0 1001001 1001010 11100 1 111011 101101

Color Harmonies of #B8322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8322F

Black with #B8322F

Text Example


Text Example

White with #B8322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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