Html Css Color HEX #B63131 Medium Carmine

📋 copy color: '#B63131'

red 182 ◦ green 49 ◦ blue 49

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

Shades of Medium Carmine #B63131

Tints of Medium Carmine #B63131

RGB

 RED value IS 182 (71.48% from 255) = 65%

 GREEN value IS 49 (19.53% from 255) = 17.5%

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

R = 65%
G = 17.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B63131 (or 0xB63131) is known color: Medium Carmine. HEX triplet: B6, 31 and 31. RGB value is (182,49,49). Sum of RGB (Red+Green+Blue) = 182+49+49=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B63131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63131 is #49CECE. Grayscale: #585858. Windows color (decimal): -4837071 or 3223990. OLE color: 3223990.

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

Color convert

RGB 182 49 49 -
CMYK 0 0.73 0.73 0.29
HSL 0.58% 0.45% -
HSV(B) 0.73% 0.71% -
XYZ 20.94 12.36 4.19 -
YUV 88.77 105.56 194.5 -
System Red Green Blue C M Y K H S L
Decimal 182 49 49 0 0.73 0.73 0.29 0 0.58 0.45
Hex B6 31 31 0 49 49 1D 0 3A 2D
Octal 266 61 61 0 111 111 35 0 72 55
Binary 10110110 110001 110001 0 1001001 1001001 11101 0 111010 101101

Color Harmonies of #B63131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63131

Black with #B63131

Text Example


Text Example

White with #B63131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63131; }

 p { color: rgb(182,49,49); }

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

background-color css

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

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

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

border-color css

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

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

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