Html Css Color HEX #B8322D Medium Carmine

📋 copy color: '#B8322D'

red 184 ◦ green 50 ◦ blue 45

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

Shades of Medium Carmine #B8322D

Tints of Medium Carmine #B8322D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.13%

R = 65.95%
G = 17.92%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8322D (or 0xB8322D) is known color: Medium Carmine. HEX triplet: B8, 32 and 2D. RGB value is (184,50,45). Sum of RGB (Red+Green+Blue) = 184+50+45=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B8322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8322D is #47CDD2. Grayscale: #595959. Windows color (decimal): -4705747 or 2962104. OLE color: 2962104.

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

Color convert

RGB 184 50 45 -
CMYK 0 0.73 0.76 0.28
HSL 2.16º 0.61% 0.45% -
HSV(B) 2.16º 0.76% 0.72% -
XYZ 21.38 12.66 3.8 -
YUV 89.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 184 50 45 0 0.73 0.76 0.28 2.16 0.61 0.45
Hex B8 32 2D 0 49 4C 1C 2 3D 2D
Octal 270 62 55 0 111 114 34 2 75 55
Binary 10111000 110010 101101 0 1001001 1001100 11100 10 111101 101101

Color Harmonies of #B8322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8322D

Black with #B8322D

Text Example


Text Example

White with #B8322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8322D; }

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

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

background-color css

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

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

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

border-color css

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

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

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