Html Css Color HEX #B83331 Medium Carmine

📋 copy color: '#B83331'

red 184 ◦ green 51 ◦ blue 49

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

Shades of Medium Carmine #B83331

Tints of Medium Carmine #B83331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 64.79%
G = 17.96%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B83331 (or 0xB83331) is known color: Medium Carmine. HEX triplet: B8, 33 and 31. RGB value is (184,51,49). Sum of RGB (Red+Green+Blue) = 184+51+49=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B83331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83331 is #47CCCE. Grayscale: #5A5A5A. Windows color (decimal): -4705487 or 3224504. OLE color: 3224504.

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

Color convert

RGB 184 51 49 -
CMYK 0 0.72 0.73 0.28
HSL 0.89º 0.58% 0.46% -
HSV(B) 0.89º 0.73% 0.72% -
XYZ 21.51 12.78 4.24 -
YUV 90.54 104.56 194.66 -
System Red Green Blue C M Y K H S L
Decimal 184 51 49 0 0.72 0.73 0.28 0.89 0.58 0.46
Hex B8 33 31 0 48 49 1C 1 3A 2E
Octal 270 63 61 0 110 111 34 1 72 56
Binary 10111000 110011 110001 0 1001000 1001001 11100 1 111010 101110

Color Harmonies of #B83331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83331

Black with #B83331

Text Example


Text Example

White with #B83331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83331; }

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

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

background-color css

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

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

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

border-color css

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

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

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