Html Css Color HEX #B63631 Medium Carmine

📋 copy color: '#B63631'

red 182 ◦ green 54 ◦ blue 49

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

Shades of Medium Carmine #B63631

Tints of Medium Carmine #B63631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.95%

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

R = 63.86%
G = 18.95%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B63631 (or 0xB63631) is known color: Medium Carmine. HEX triplet: B6, 36 and 31. RGB value is (182,54,49). Sum of RGB (Red+Green+Blue) = 182+54+49=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B63631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63631 is #49C9CE. Grayscale: #5B5B5B. Windows color (decimal): -4835791 or 3225270. OLE color: 3225270.

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

Color convert

RGB 182 54 49 -
CMYK 0 0.70 0.73 0.29
HSL 2.26º 0.58% 0.45% -
HSV(B) 2.26º 0.73% 0.71% -
XYZ 21.16 12.81 4.26 -
YUV 91.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 182 54 49 0 0.70 0.73 0.29 2.26 0.58 0.45
Hex B6 36 31 0 46 49 1D 2 3A 2D
Octal 266 66 61 0 106 111 35 2 72 55
Binary 10110110 110110 110001 0 1000110 1001001 11101 10 111010 101101

Color Harmonies of #B63631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63631

Black with #B63631

Text Example


Text Example

White with #B63631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63631; }

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

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

background-color css

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

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

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

border-color css

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

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

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