Html Css Color HEX #B83231 Medium Carmine

📋 copy color: '#B83231'

red 184 ◦ green 50 ◦ blue 49

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

Shades of Medium Carmine #B83231

Tints of Medium Carmine #B83231

RGB

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

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

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

R = 65.02%
G = 17.67%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B83231 (or 0xB83231) is known color: Medium Carmine. HEX triplet: B8, 32 and 31. RGB value is (184,50,49). Sum of RGB (Red+Green+Blue) = 184+50+49=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B83231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83231 is #47CDCE. Grayscale: #5A5A5A. Windows color (decimal): -4705743 or 3224248. OLE color: 3224248.

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

Color convert

RGB 184 50 49 -
CMYK 0 0.73 0.73 0.28
HSL 0.44º 0.58% 0.46% -
HSV(B) 0.44º 0.73% 0.72% -
XYZ 21.46 12.69 4.22 -
YUV 89.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 184 50 49 0 0.73 0.73 0.28 0.44 0.58 0.46
Hex B8 32 31 0 49 49 1C 0 3A 2E
Octal 270 62 61 0 111 111 34 0 72 56
Binary 10111000 110010 110001 0 1001001 1001001 11100 0 111010 101110

Color Harmonies of #B83231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83231

Black with #B83231

Text Example


Text Example

White with #B83231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83231; }

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

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

background-color css

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

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

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

border-color css

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

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

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