Html Css Color HEX #B63231 Medium Carmine

📋 copy color: '#B63231'

red 182 ◦ green 50 ◦ blue 49

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

Shades of Medium Carmine #B63231

Tints of Medium Carmine #B63231

RGB

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

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

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

R = 64.77%
G = 17.79%
B = 17.44%

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

#B63231 (or 0xB63231) is known color: Medium Carmine. HEX triplet: B6, 32 and 31. RGB value is (182,50,49). Sum of RGB (Red+Green+Blue) = 182+50+49=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B63231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63231 is #49CDCE. Grayscale: #595959. Windows color (decimal): -4836815 or 3224246. OLE color: 3224246.

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

Color convert

RGB 182 50 49 -
CMYK 0 0.73 0.73 0.29
HSL 0.45º 0.58% 0.45% -
HSV(B) 0.45º 0.73% 0.71% -
XYZ 20.99 12.45 4.2 -
YUV 89.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 182 50 49 0 0.73 0.73 0.29 0.45 0.58 0.45
Hex B6 32 31 0 49 49 1D 0 3A 2D
Octal 266 62 61 0 111 111 35 0 72 55
Binary 10110110 110010 110001 0 1001001 1001001 11101 0 111010 101101

Color Harmonies of #B63231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63231

Black with #B63231

Text Example


Text Example

White with #B63231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63231; }

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

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

background-color css

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

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

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

border-color css

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

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

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