Html Css Color HEX #B8332D Medium Carmine

📋 copy color: '#B8332D'

red 184 ◦ green 51 ◦ blue 45

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

Shades of Medium Carmine #B8332D

Tints of Medium Carmine #B8332D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.21%

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

R = 65.71%
G = 18.21%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8332D (or 0xB8332D) is known color: Medium Carmine. HEX triplet: B8, 33 and 2D. RGB value is (184,51,45). Sum of RGB (Red+Green+Blue) = 184+51+45=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B8332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8332D is #47CCD2. Grayscale: #5A5A5A. Windows color (decimal): -4705491 or 2962360. OLE color: 2962360.

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

Color convert

RGB 184 51 45 -
CMYK 0 0.72 0.76 0.28
HSL 2.59º 0.61% 0.45% -
HSV(B) 2.59º 0.76% 0.72% -
XYZ 21.42 12.75 3.81 -
YUV 90.08 102.56 194.99 -
System Red Green Blue C M Y K H S L
Decimal 184 51 45 0 0.72 0.76 0.28 2.59 0.61 0.45
Hex B8 33 2D 0 48 4C 1C 3 3D 2D
Octal 270 63 55 0 110 114 34 3 75 55
Binary 10111000 110011 101101 0 1001000 1001100 11100 11 111101 101101

Color Harmonies of #B8332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8332D

Black with #B8332D

Text Example


Text Example

White with #B8332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8332D; }

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

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

background-color css

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

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

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

border-color css

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

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

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